Color Hex Logo

#01ccaa Color Hex

#01CCAA
(1,204,170)
0 Favorites   0 Comments

Color spaces of #01ccaa

RGB 1204170
HSL0.470.990.40
HSV170°100°80°
CMYK 1.000.000.17   0.20
XYZ28.861146.094545.4062
Yxy46.09450.23980.3830
Hunter Lab67.8929-42.93287.8724
CIE-Lab73.6068-50.16755.0723

#01ccaa color RGB value is (1,204,170).

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

The process color (four color CMYK) of #01ccaa color hex is 1.00, 0.00, 0.17, 0.20. Web safe color of #01ccaa is #00cc99. Color #01ccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001100 10101010
Octal 1 314 252
Decimal 1 204 170
Hex 1 CC AA

RGB Percentages of Color #01ccaa

%0.27
%54.40
%45.33

CMYK Percentages of Color #01ccaa

%100
%0
%17
%20

Triadic Colors of #01ccaa

#01ccaa #aa01cc #ccaa01

Analogous Colors of #01ccaa

#01ccaa #0189cc #01cc45

Monochromatic Colors of #01ccaa

#01ccaa

Complementary Color

#01ccaa #cc0123

#01ccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ccaa Color CSS Codes

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

#01ccaa Text Font Color

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

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


#01ccaa Background Color

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

This div background color is #01ccaa


#01ccaa Border Color

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

This div border color is #01ccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ccaa


Comments

No comments written yet.

Please login to write comment.