Color Hex Logo

#5c890e Color Hex

#5C890E
(92,137,14)
0 Favorites   0 Comments

Color spaces of #5c890e

RGB 9213714
HSL0.230.810.30
HSV82°90°54°
CMYK 0.330.000.90   0.46
XYZ13.438620.19833.6058
Yxy20.19830.36080.5423
Hunter Lab44.9425-25.274826.7028
CIE-Lab52.0607-32.884553.1200

#5c890e color RGB value is (92,137,14).

#5c890e hex color red value is 92, green value is 137 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #5c890e hue: 0.23 , saturation: 0.81 and the lightness value of 5c890e is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10001001 00001110
Octal 134 211 16
Decimal 92 137 14
Hex 5C 89 E

RGB Percentages of Color #5c890e

%37.86
%56.38
%5.76

CMYK Percentages of Color #5c890e

%33
%0
%90
%46

Triadic Colors of #5c890e

#5c890e #0e5c89 #890e5c

Analogous Colors of #5c890e

#5c890e #1f890e #89790e

Monochromatic Colors of #5c890e

#5c890e

Complementary Color

#5c890e #3b0e89

#5c890e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c890e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c890e Color CSS Codes

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

#5c890e Text Font Color

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

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


#5c890e Background Color

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

This div background color is #5c890e


#5c890e Border Color

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

This div border color is #5c890e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c890e


Comments

No comments written yet.

Please login to write comment.