Color Hex Logo

#01ccab Color Hex

#01CCAB
(1,204,171)
0 Favorites   0 Comments

Color spaces of #01ccab

RGB 1204171
HSL0.470.990.40
HSV170°100°80°
CMYK 1.000.000.16   0.20
XYZ28.956146.132545.9064
Yxy46.13250.23930.3813
Hunter Lab67.9209-42.76337.4717
CIE-Lab73.6314-49.90534.5681

#01ccab color RGB value is (1,204,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001100 10101011
Octal 1 314 253
Decimal 1 204 171
Hex 1 CC AB

RGB Percentages of Color #01ccab

%0.27
%54.26
%45.48

CMYK Percentages of Color #01ccab

%100
%0
%16
%20

Triadic Colors of #01ccab

#01ccab #ab01cc #ccab01

Analogous Colors of #01ccab

#01ccab #0188cc #01cc46

Monochromatic Colors of #01ccab

#01ccab

Complementary Color

#01ccab #cc0122

#01ccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ccab Color CSS Codes

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

#01ccab Text Font Color

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

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


#01ccab Background Color

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

This div background color is #01ccab


#01ccab Border Color

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

This div border color is #01ccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ccab


Comments

No comments written yet.

Please login to write comment.