Color Hex Logo

#5fad52 Color Hex

#5FAD52
(95,173,82)
0 Favorites   0 Comments

Color spaces of #5fad52

RGB 9517382
HSL0.310.360.50
HSV111°53°68°
CMYK 0.450.000.53   0.32
XYZ21.185932.929213.2220
Yxy32.92920.31460.4890
Hunter Lab57.3840-34.520626.5076
CIE-Lab64.1035-42.113239.0699

#5fad52 color RGB value is (95,173,82).

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

The process color (four color CMYK) of #5fad52 color hex is 0.45, 0.00, 0.53, 0.32. Web safe color of #5fad52 is #669966. Color #5fad52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101101 01010010
Octal 137 255 122
Decimal 95 173 82
Hex 5F AD 52

RGB Percentages of Color #5fad52

%27.14
%49.43
%23.43

CMYK Percentages of Color #5fad52

%45
%0
%53
%32

Triadic Colors of #5fad52

#5fad52 #525fad #ad525f

Analogous Colors of #5fad52

#5fad52 #52ad73 #8dad52

Monochromatic Colors of #5fad52

#5fad52

Complementary Color

#5fad52 #a052ad

#5fad52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fad52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fad52 Color CSS Codes

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

#5fad52 Text Font Color

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

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


#5fad52 Background Color

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

This div background color is #5fad52


#5fad52 Border Color

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

This div border color is #5fad52


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,173,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 #5fad52">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fad52


Comments

No comments written yet.

Please login to write comment.