Color Hex Logo

#0caa8f Color Hex

#0CAA8F
(12,170,143)
0 Favorites   0 Comments

Color spaces of #0caa8f

RGB 12170143
HSL0.470.870.36
HSV170°93°67°
CMYK 0.930.000.16   0.33
XYZ19.484330.810830.9067
Yxy30.81080.23990.3794
Hunter Lab55.5075-34.48085.8424
CIE-Lab62.3476-42.88843.6421

#0caa8f color RGB value is (12,170,143).

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

The process color (four color CMYK) of #0caa8f color hex is 0.93, 0.00, 0.16, 0.33. Web safe color of #0caa8f is #009999. Color #0caa8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101010 10001111
Octal 14 252 217
Decimal 12 170 143
Hex C AA 8F

RGB Percentages of Color #0caa8f

%3.69
%52.31
%44.00

CMYK Percentages of Color #0caa8f

%93
%0
%16
%33

Triadic Colors of #0caa8f

#0caa8f #8f0caa #aa8f0c

Analogous Colors of #0caa8f

#0caa8f #0c76aa #0caa40

Monochromatic Colors of #0caa8f

#0caa8f

Complementary Color

#0caa8f #aa0c27

#0caa8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0caa8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0caa8f Color CSS Codes

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

#0caa8f Text Font Color

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

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


#0caa8f Background Color

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

This div background color is #0caa8f


#0caa8f Border Color

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

This div border color is #0caa8f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,170,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 #0caa8f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0caa8f


Comments

No comments written yet.

Please login to write comment.