Color Hex Logo

#00bfdc Color Hex

#00BFDC
(0,191,220)
0 Favorites   0 Comments

Color spaces of #00bfdc

RGB 0191220
HSL0.521.000.43
HSV188°100°86°
CMYK 1.000.130.00   0.14
XYZ31.549142.428974.2369
Yxy42.42890.21290.2863
Hunter Lab65.1375-27.5347-21.9763
CIE-Lab71.1656-29.5199-25.7430

#00bfdc color RGB value is (0,191,220).

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

The process color (four color CMYK) of #00bfdc color hex is 1.00, 0.13, 0.00, 0.14. Web safe color of #00bfdc is #00cccc. Color #00bfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111111 11011100
Octal 0 277 334
Decimal 0 191 220
Hex 0 BF DC

RGB Percentages of Color #00bfdc

%0.00
%46.47
%53.53

CMYK Percentages of Color #00bfdc

%100
%13
%0
%14

Triadic Colors of #00bfdc

#00bfdc #dc00bf #bfdc00

Analogous Colors of #00bfdc

#00bfdc #0051dc #00dc8b

Monochromatic Colors of #00bfdc

#00bfdc

Complementary Color

#00bfdc #dc1d00

#00bfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bfdc Color CSS Codes

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

#00bfdc Text Font Color

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

This sample text font color is #00bfdc
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.


#00bfdc Background Color

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

This div background color is #00bfdc


#00bfdc Border Color

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

This div border color is #00bfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bfdc

#00bfdc Color Palettes


Comments

No comments written yet.

Please login to write comment.