Color Hex Logo

#5c984f Color Hex

#5C984F
(92,152,79)
0 Favorites   0 Comments

Color spaces of #5c984f

RGB 9215279
HSL0.300.320.45
HSV109°48°60°
CMYK 0.390.000.48   0.40
XYZ17.053225.296311.3810
Yxy25.29630.31740.4708
Hunter Lab50.2954-27.494721.7905
CIE-Lab57.3630-34.213232.2765

#5c984f color RGB value is (92,152,79).

#5c984f hex color red value is 92, green value is 152 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #5c984f hue: 0.30 , saturation: 0.32 and the lightness value of 5c984f is 0.45.

The process color (four color CMYK) of #5c984f color hex is 0.39, 0.00, 0.48, 0.40. Web safe color of #5c984f is #669966. Color #5c984f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10011000 01001111
Octal 134 230 117
Decimal 92 152 79
Hex 5C 98 4F

RGB Percentages of Color #5c984f

%28.48
%47.06
%24.46

CMYK Percentages of Color #5c984f

%39
%0
%48
%40

Triadic Colors of #5c984f

#5c984f #4f5c98 #984f5c

Analogous Colors of #5c984f

#5c984f #4f9867 #81984f

Monochromatic Colors of #5c984f

#5c984f

Complementary Color

#5c984f #8b4f98

#5c984f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c984f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c984f Color CSS Codes

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

#5c984f Text Font Color

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

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


#5c984f Background Color

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

This div background color is #5c984f


#5c984f Border Color

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

This div border color is #5c984f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c984f


Comments

No comments written yet.

Please login to write comment.