Color Hex Logo

#5fa455 Color Hex

#5FA455
(95,164,85)
0 Favorites   0 Comments

Color spaces of #5fa455

RGB 9516485
HSL0.310.320.49
HSV112°48°64°
CMYK 0.420.000.48   0.36
XYZ19.634529.639713.2805
Yxy29.63970.31390.4738
Hunter Lab54.4424-30.898523.6466
CIE-Lab61.3421-37.798734.1630

#5fa455 color RGB value is (95,164,85).

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

The process color (four color CMYK) of #5fa455 color hex is 0.42, 0.00, 0.48, 0.36. Web safe color of #5fa455 is #669966. Color #5fa455 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100100 01010101
Octal 137 244 125
Decimal 95 164 85
Hex 5F A4 55

RGB Percentages of Color #5fa455

%27.62
%47.67
%24.71

CMYK Percentages of Color #5fa455

%42
%0
%48
%36

Triadic Colors of #5fa455

#5fa455 #555fa4 #a4555f

Analogous Colors of #5fa455

#5fa455 #55a473 #87a455

Monochromatic Colors of #5fa455

#5fa455

Complementary Color

#5fa455 #9a55a4

#5fa455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa455 Color CSS Codes

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

#5fa455 Text Font Color

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

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


#5fa455 Background Color

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

This div background color is #5fa455


#5fa455 Border Color

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

This div border color is #5fa455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa455


Comments

No comments written yet.

Please login to write comment.