Color Hex Logo

#01ddcc Color Hex

#01DDCC
(1,221,204)
0 Favorites   0 Comments

Color spaces of #01ddcc

RGB 1221204
HSL0.490.990.44
HSV175°100°87°
CMYK 1.000.000.08   0.13
XYZ36.768156.079066.0132
Yxy56.07900.23140.3530
Hunter Lab74.8859-43.40900.1550
CIE-Lab79.6588-48.0040-4.3438

#01ddcc color RGB value is (1,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11011101 11001100
Octal 1 335 314
Decimal 1 221 204
Hex 1 DD CC

RGB Percentages of Color #01ddcc

%0.23
%51.88
%47.89

CMYK Percentages of Color #01ddcc

%100
%0
%8
%13

Triadic Colors of #01ddcc

#01ddcc #cc01dd #ddcc01

Analogous Colors of #01ddcc

#01ddcc #0180dd #01dd5e

Monochromatic Colors of #01ddcc

#01ddcc

Complementary Color

#01ddcc #dd0112

#01ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ddcc Color CSS Codes

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

#01ddcc Text Font Color

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

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


#01ddcc Background Color

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

This div background color is #01ddcc


#01ddcc Border Color

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

This div border color is #01ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ddcc


Comments

No comments written yet.

Please login to write comment.