Color Hex Logo

#00cfdc Color Hex

#00CFDC
(0,207,220)
0 Favorites   0 Comments

Color spaces of #00cfdc

RGB 0207220
HSL0.511.000.43
HSV184°100°86°
CMYK 1.000.060.00   0.14
XYZ35.231149.793075.4643
Yxy49.79300.21950.3103
Hunter Lab70.5642-34.3662-14.0123
CIE-Lab75.9420-37.1325-18.4727

#00cfdc color RGB value is (0,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 11001111 11011100
Octal 0 317 334
Decimal 0 207 220
Hex 0 CF DC

RGB Percentages of Color #00cfdc

%0.00
%48.48
%51.52

CMYK Percentages of Color #00cfdc

%100
%6
%0
%14

Triadic Colors of #00cfdc

#00cfdc #dc00cf #cfdc00

Analogous Colors of #00cfdc

#00cfdc #0061dc #00dc7b

Monochromatic Colors of #00cfdc

#00cfdc

Complementary Color

#00cfdc #dc0d00

#00cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#00cfdc Color CSS Codes

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

#00cfdc Text Font Color

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

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


#00cfdc Background Color

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

This div background color is #00cfdc


#00cfdc Border Color

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

This div border color is #00cfdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,207,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 #00cfdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00cfdc


Comments

No comments written yet.

Please login to write comment.