Color Hex Logo

#00bfca Color Hex

#00BFCA
(0,191,202)
0 Favorites   0 Comments

Color spaces of #00bfca

RGB 0191202
HSL0.511.000.40
HSV183°100°79°
CMYK 1.000.050.00   0.21
XYZ29.291541.525962.3486
Yxy41.52590.22000.3118
Hunter Lab64.4406-31.6338-12.2568
CIE-Lab70.5428-35.2983-16.8688

#00bfca color RGB value is (0,191,202).

#00bfca hex color red value is 0, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #00bfca hue: 0.51 , saturation: 1.00 and the lightness value of 00bfca is 0.40.

The process color (four color CMYK) of #00bfca color hex is 1.00, 0.05, 0.00, 0.21. Web safe color of #00bfca is #00cccc. Color #00bfca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111111 11001010
Octal 0 277 312
Decimal 0 191 202
Hex 0 BF CA

RGB Percentages of Color #00bfca

%0.00
%48.60
%51.40

CMYK Percentages of Color #00bfca

%100
%5
%0
%21

Triadic Colors of #00bfca

#00bfca #ca00bf #bfca00

Analogous Colors of #00bfca

#00bfca #005aca #00ca70

Monochromatic Colors of #00bfca

#00bfca

Complementary Color

#00bfca #ca0b00

#00bfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bfca Color CSS Codes

.mybgcolor {background-color:#00bfca; } 
.myforecolor {color:#00bfca; }
.mybordercolor {border:3px solid #00bfca; }

#00bfca Text Font Color

<p style="color:#00bfca">Text here</p>

This sample text font color is #00bfca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00bfca Background Color

<div style="background-color:#00bfca">
Div content here</div>

This div background color is #00bfca


#00bfca Border Color

<div style="border:3px solid #00bfca">
Div here</div>

This div border color is #00bfca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,191,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00bfca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00bfca;
  -webkit-box-shadow: 1px 1px 3px 2px #00bfca;
  box-shadow:         1px 1px 3px 2px #00bfca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,191,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00bfca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00bfca;
  -webkit-box-shadow: 1px 1px 3px 2px #00bfca;
  box-shadow:         1px 1px 3px 2px #00bfca;">
Div content here</div>

This div box has shadow with color #00bfca


Comments

No comments written yet.

Please login to write comment.