Color Hex Logo

#01ccaf Color Hex

#01CCAF
(1,204,175)
0 Favorites   0 Comments

Color spaces of #01ccaf

RGB 1204175
HSL0.480.990.40
HSV171°100°80°
CMYK 1.000.000.14   0.20
XYZ29.343246.287347.9452
Yxy46.28730.23750.3746
Hunter Lab68.0348-42.07435.8417
CIE-Lab73.7316-48.84432.5527

#01ccaf color RGB value is (1,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001100 10101111
Octal 1 314 257
Decimal 1 204 175
Hex 1 CC AF

RGB Percentages of Color #01ccaf

%0.26
%53.68
%46.05

CMYK Percentages of Color #01ccaf

%100
%0
%14
%20

Triadic Colors of #01ccaf

#01ccaf #af01cc #ccaf01

Analogous Colors of #01ccaf

#01ccaf #0184cc #01cc4a

Monochromatic Colors of #01ccaf

#01ccaf

Complementary Color

#01ccaf #cc011e

#01ccaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ccaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ccaf Color CSS Codes

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

#01ccaf Text Font Color

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

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


#01ccaf Background Color

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

This div background color is #01ccaf


#01ccaf Border Color

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

This div border color is #01ccaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ccaf


Comments

No comments written yet.

Please login to write comment.