Color Hex Logo

#01dcd2 Color Hex

#01DCD2
(1,220,210)
0 Favorites   0 Comments

Color spaces of #01dcd2

RGB 1220210
HSL0.490.990.43
HSV177°100°86°
CMYK 1.000.000.05   0.14
XYZ37.238655.846069.7894
Yxy55.84600.22860.3429
Hunter Lab74.7302-41.8300-3.0589
CIE-Lab79.5261-45.8847-7.7405

#01dcd2 color RGB value is (1,220,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011100 11010010
Octal 1 334 322
Decimal 1 220 210
Hex 1 DC D2

RGB Percentages of Color #01dcd2

%0.23
%51.04
%48.72

CMYK Percentages of Color #01dcd2

%100
%0
%5
%14

Triadic Colors of #01dcd2

#01dcd2 #d201dc #dcd201

Analogous Colors of #01dcd2

#01dcd2 #0179dc #01dc65

Monochromatic Colors of #01dcd2

#01dcd2

Complementary Color

#01dcd2 #dc010b

#01dcd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01dcd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#01dcd2 Color CSS Codes

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

#01dcd2 Text Font Color

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

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


#01dcd2 Background Color

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

This div background color is #01dcd2


#01dcd2 Border Color

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

This div border color is #01dcd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01dcd2


Comments

No comments written yet.

Please login to write comment.