Color Hex Logo

#5fa852 Color Hex

#5FA852
(95,168,82)
0 Favorites   0 Comments

Color spaces of #5fa852

RGB 9516882
HSL0.310.340.49
HSV111°51°66°
CMYK 0.430.000.51   0.34
XYZ20.244931.047412.9084
Yxy31.04740.31530.4836
Hunter Lab55.7202-32.655725.2687
CIE-Lab62.5476-39.963337.1766

#5fa852 color RGB value is (95,168,82).

#5fa852 hex color red value is 95, green value is 168 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #5fa852 hue: 0.31 , saturation: 0.34 and the lightness value of 5fa852 is 0.49.

The process color (four color CMYK) of #5fa852 color hex is 0.43, 0.00, 0.51, 0.34. Web safe color of #5fa852 is #669966. Color #5fa852 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101000 01010010
Octal 137 250 122
Decimal 95 168 82
Hex 5F A8 52

RGB Percentages of Color #5fa852

%27.54
%48.70
%23.77

CMYK Percentages of Color #5fa852

%43
%0
%51
%34

Triadic Colors of #5fa852

#5fa852 #525fa8 #a8525f

Analogous Colors of #5fa852

#5fa852 #52a870 #8aa852

Monochromatic Colors of #5fa852

#5fa852

Complementary Color

#5fa852 #9b52a8

#5fa852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa852 Color CSS Codes

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

#5fa852 Text Font Color

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

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


#5fa852 Background Color

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

This div background color is #5fa852


#5fa852 Border Color

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

This div border color is #5fa852


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,168,82, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fa852; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fa852;
  -webkit-box-shadow: 1px 1px 3px 2px #5fa852;
  box-shadow:         1px 1px 3px 2px #5fa852; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,168,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa852


Comments

No comments written yet.

Please login to write comment.