Color Hex Logo

#01ca8f Color Hex

#01CA8F
(1,202,143)
0 Favorites   0 Comments

Color spaces of #01ca8f

RGB 1202143
HSL0.450.990.40
HSV162°100°79°
CMYK 1.000.000.29   0.21
XYZ26.091044.230733.1488
Yxy44.23070.25220.4275
Hunter Lab66.5062-46.358517.0023
CIE-Lab72.3824-56.005617.8390

#01ca8f color RGB value is (1,202,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 11001010 10001111
Octal 1 312 217
Decimal 1 202 143
Hex 1 CA 8F

RGB Percentages of Color #01ca8f

%0.29
%58.38
%41.33

CMYK Percentages of Color #01ca8f

%100
%0
%29
%21

Triadic Colors of #01ca8f

#01ca8f #8f01ca #ca8f01

Analogous Colors of #01ca8f

#01ca8f #01a1ca #01ca2b

Monochromatic Colors of #01ca8f

#01ca8f

Complementary Color

#01ca8f #ca013c

#01ca8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01ca8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01ca8f Color CSS Codes

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

#01ca8f Text Font Color

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

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


#01ca8f Background Color

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

This div background color is #01ca8f


#01ca8f Border Color

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

This div border color is #01ca8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01ca8f


Comments

No comments written yet.

Please login to write comment.