Color Hex Logo

#0cab7a Color Hex

#0CAB7A
(12,171,122)
0 Favorites   0 Comments

Color spaces of #0cab7a

RGB 12171122
HSL0.450.870.36
HSV162°93°67°
CMYK 0.930.000.29   0.33
XYZ18.227430.609123.3598
Yxy30.60910.25250.4240
Hunter Lab55.3255-38.011413.6941
CIE-Lab62.1763-48.630715.0576

#0cab7a color RGB value is (12,171,122).

#0cab7a hex color red value is 12, green value is 171 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #0cab7a hue: 0.45 , saturation: 0.87 and the lightness value of 0cab7a is 0.36.

The process color (four color CMYK) of #0cab7a color hex is 0.93, 0.00, 0.29, 0.33. Web safe color of #0cab7a is #009966. Color #0cab7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101011 01111010
Octal 14 253 172
Decimal 12 171 122
Hex C AB 7A

RGB Percentages of Color #0cab7a

%3.93
%56.07
%40.00

CMYK Percentages of Color #0cab7a

%93
%0
%29
%33

Triadic Colors of #0cab7a

#0cab7a #7a0cab #ab7a0c

Analogous Colors of #0cab7a

#0cab7a #0c8dab #0cab2b

Monochromatic Colors of #0cab7a

#0cab7a

Complementary Color

#0cab7a #ab0c3d

#0cab7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cab7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cab7a Color CSS Codes

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

#0cab7a Text Font Color

<p style="color:#0cab7a">Text here</p>

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


#0cab7a Background Color

<div style="background-color:#0cab7a">
Div content here</div>

This div background color is #0cab7a


#0cab7a Border Color

<div style="border:3px solid #0cab7a">
Div here</div>

This div border color is #0cab7a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,171,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0cab7a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0cab7a;
  -webkit-box-shadow: 1px 1px 3px 2px #0cab7a;
  box-shadow:         1px 1px 3px 2px #0cab7a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cab7a

#0cab7a Color Palettes


Comments

No comments written yet.

Please login to write comment.