Color Hex Logo

#0c955e Color Hex

#0C955E
(12,149,94)
0 Favorites   0 Comments

Color spaces of #0c955e

RGB 1214994
HSL0.430.850.32
HSV156°92°58°
CMYK 0.920.000.37   0.42
XYZ12.919422.381214.2288
Yxy22.38120.26080.4519
Hunter Lab47.3088-34.044415.2838
CIE-Lab54.4291-46.492119.9374

#0c955e color RGB value is (12,149,94).

#0c955e hex color red value is 12, green value is 149 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #0c955e hue: 0.43 , saturation: 0.85 and the lightness value of 0c955e is 0.32.

The process color (four color CMYK) of #0c955e color hex is 0.92, 0.00, 0.37, 0.42. Web safe color of #0c955e is #009966. Color #0c955e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10010101 01011110
Octal 14 225 136
Decimal 12 149 94
Hex C 95 5E

RGB Percentages of Color #0c955e

%4.71
%58.43
%36.86

CMYK Percentages of Color #0c955e

%92
%0
%37
%42

Triadic Colors of #0c955e

#0c955e #5e0c95 #955e0c

Analogous Colors of #0c955e

#0c955e #0c8895 #0c951a

Monochromatic Colors of #0c955e

#0c955e

Complementary Color

#0c955e #950c43

#0c955e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c955e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c955e Color CSS Codes

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

#0c955e Text Font Color

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

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


#0c955e Background Color

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

This div background color is #0c955e


#0c955e Border Color

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

This div border color is #0c955e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c955e


Comments

No comments written yet.

Please login to write comment.