Color Hex Logo

#5caa0c Color Hex

#5CAA0C
(92,170,12)
0 Favorites   0 Comments

Color spaces of #5caa0c

RGB 9217012
HSL0.250.870.36
HSV90°93°67°
CMYK 0.460.000.93   0.33
XYZ18.854731.05135.3476
Yxy31.05130.34120.5620
Hunter Lab55.7237-37.119133.3167
CIE-Lab62.5509-46.975162.1901

#5caa0c color RGB value is (92,170,12).

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

The process color (four color CMYK) of #5caa0c color hex is 0.46, 0.00, 0.93, 0.33. Web safe color of #5caa0c is #669900. Color #5caa0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101010 00001100
Octal 134 252 14
Decimal 92 170 12
Hex 5C AA C

RGB Percentages of Color #5caa0c

%33.58
%62.04
%4.38

CMYK Percentages of Color #5caa0c

%46
%0
%93
%33

Triadic Colors of #5caa0c

#5caa0c #0c5caa #aa0c5c

Analogous Colors of #5caa0c

#5caa0c #0daa0c #aaa90c

Monochromatic Colors of #5caa0c

#5caa0c

Complementary Color

#5caa0c #5a0caa

#5caa0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caa0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caa0c Color CSS Codes

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

#5caa0c Text Font Color

<p style="color:#5caa0c">Text here</p>

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


#5caa0c Background Color

<div style="background-color:#5caa0c">
Div content here</div>

This div background color is #5caa0c


#5caa0c Border Color

<div style="border:3px solid #5caa0c">
Div here</div>

This div border color is #5caa0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caa0c


Comments

No comments written yet.

Please login to write comment.