Color Hex Logo

#0cac73 Color Hex

#0CAC73
(12,172,115)
0 Favorites   0 Comments

Color spaces of #0cac73

RGB 12172115
HSL0.440.870.36
HSV159°93°67°
CMYK 0.930.000.33   0.33
XYZ17.998730.821021.2201
Yxy30.82100.25700.4400
Hunter Lab55.5167-39.283816.1993
CIE-Lab62.3562-50.617519.1412

#0cac73 color RGB value is (12,172,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101100 01110011
Octal 14 254 163
Decimal 12 172 115
Hex C AC 73

RGB Percentages of Color #0cac73

%4.01
%57.53
%38.46

CMYK Percentages of Color #0cac73

%93
%0
%33
%33

Triadic Colors of #0cac73

#0cac73 #730cac #ac730c

Analogous Colors of #0cac73

#0cac73 #0c95ac #0cac23

Monochromatic Colors of #0cac73

#0cac73

Complementary Color

#0cac73 #ac0c45

#0cac73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cac73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cac73 Color CSS Codes

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

#0cac73 Text Font Color

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

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


#0cac73 Background Color

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

This div background color is #0cac73


#0cac73 Border Color

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

This div border color is #0cac73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cac73


Comments

No comments written yet.

Please login to write comment.