Color Hex Logo

#01ccac Color Hex

#01CCAC
(1,204,172)
0 Favorites   0 Comments

Color spaces of #01ccac

RGB 1204172
HSL0.470.990.40
HSV171°100°80°
CMYK 1.000.000.16   0.20
XYZ29.051846.170746.4104
Yxy46.17070.23880.3796
Hunter Lab67.9490-42.59267.0682
CIE-Lab73.6562-49.64164.0639

#01ccac color RGB value is (1,204,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001100 10101100
Octal 1 314 254
Decimal 1 204 172
Hex 1 CC AC

RGB Percentages of Color #01ccac

%0.27
%54.11
%45.62

CMYK Percentages of Color #01ccac

%100
%0
%16
%20

Triadic Colors of #01ccac

#01ccac #ac01cc #ccac01

Analogous Colors of #01ccac

#01ccac #0187cc #01cc47

Monochromatic Colors of #01ccac

#01ccac

Complementary Color

#01ccac #cc0121

#01ccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ccac Color CSS Codes

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

#01ccac Text Font Color

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

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


#01ccac Background Color

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

This div background color is #01ccac


#01ccac Border Color

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

This div border color is #01ccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ccac


Comments

No comments written yet.

Please login to write comment.