Color Hex Logo

#5a8871 Color Hex

#5A8871
(90,136,113)
1 Favorites   0 Comments

Color spaces of #5a8871

RGB 90136113
HSL0.420.200.44
HSV150°34°53°
CMYK 0.340.000.17   0.47
XYZ16.001220.974218.8279
Yxy20.97420.28670.3759
Hunter Lab45.7976-17.77987.6835
CIE-Lab52.9212-20.99027.4061

#5a8871 color RGB value is (90,136,113).

#5a8871 hex color red value is 90, green value is 136 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #5a8871 hue: 0.42 , saturation: 0.20 and the lightness value of 5a8871 is 0.44.

The process color (four color CMYK) of #5a8871 color hex is 0.34, 0.00, 0.17, 0.47. Web safe color of #5a8871 is #669966. Color #5a8871 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10001000 01110001
Octal 132 210 161
Decimal 90 136 113
Hex 5A 88 71

RGB Percentages of Color #5a8871

%26.55
%40.12
%33.33

CMYK Percentages of Color #5a8871

%34
%0
%17
%47

Triadic Colors of #5a8871

#5a8871 #715a88 #88715a

Analogous Colors of #5a8871

#5a8871 #5a8888 #5a885a

Monochromatic Colors of #5a8871

#5a8871

Complementary Color

#5a8871 #885a71

#5a8871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a8871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a8871 Color CSS Codes

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

#5a8871 Text Font Color

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

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


#5a8871 Background Color

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

This div background color is #5a8871


#5a8871 Border Color

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

This div border color is #5a8871


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,136,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a8871; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a8871;
  -webkit-box-shadow: 1px 1px 3px 2px #5a8871;
  box-shadow:         1px 1px 3px 2px #5a8871; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,136,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a8871


Comments

No comments written yet.

Please login to write comment.