Color Hex Logo

#5acb85 Color Hex

#5ACB85
(90,203,133)
0 Favorites   0 Comments

Color spaces of #5acb85

RGB 90203133
HSL0.400.520.57
HSV143°56°80°
CMYK 0.560.000.34   0.20
XYZ29.806046.579029.6100
Yxy46.57900.28120.4394
Hunter Lab68.2488-41.479922.0510
CIE-Lab73.9197-47.887725.4585

#5acb85 color RGB value is (90,203,133).

#5acb85 hex color red value is 90, green value is 203 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #5acb85 hue: 0.40 , saturation: 0.52 and the lightness value of 5acb85 is 0.57.

The process color (four color CMYK) of #5acb85 color hex is 0.56, 0.00, 0.34, 0.20. Web safe color of #5acb85 is #66cc99. Color #5acb85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001011 10000101
Octal 132 313 205
Decimal 90 203 133
Hex 5A CB 85

RGB Percentages of Color #5acb85

%21.13
%47.65
%31.22

CMYK Percentages of Color #5acb85

%56
%0
%34
%20

Triadic Colors of #5acb85

#5acb85 #855acb #cb855a

Analogous Colors of #5acb85

#5acb85 #5acbbe #68cb5a

Monochromatic Colors of #5acb85

#5acb85

Complementary Color

#5acb85 #cb5aa0

#5acb85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acb85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acb85 Color CSS Codes

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

#5acb85 Text Font Color

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

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


#5acb85 Background Color

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

This div background color is #5acb85


#5acb85 Border Color

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

This div border color is #5acb85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acb85


Comments

No comments written yet.

Please login to write comment.