Color Hex Logo

#01cfdc Color Hex

#01CFDC
(1,207,220)
0 Favorites   0 Comments

Color spaces of #01cfdc

RGB 1207220
HSL0.510.990.43
HSV184°100°86°
CMYK 1.000.060.00   0.14
XYZ35.243649.799475.4649
Yxy49.79940.21960.3103
Hunter Lab70.5687-34.3483-14.0056
CIE-Lab75.9460-37.1070-18.4664

#01cfdc color RGB value is (1,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001111 11011100
Octal 1 317 334
Decimal 1 207 220
Hex 1 CF DC

RGB Percentages of Color #01cfdc

%0.23
%48.36
%51.40

CMYK Percentages of Color #01cfdc

%100
%6
%0
%14

Triadic Colors of #01cfdc

#01cfdc #dc01cf #cfdc01

Analogous Colors of #01cfdc

#01cfdc #0162dc #01dc7c

Monochromatic Colors of #01cfdc

#01cfdc

Complementary Color

#01cfdc #dc0e01

#01cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#01cfdc Color CSS Codes

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

#01cfdc Text Font Color

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

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


#01cfdc Background Color

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

This div background color is #01cfdc


#01cfdc Border Color

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

This div border color is #01cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01cfdc


Comments

No comments written yet.

Please login to write comment.