Color Hex Logo

#5acb62 Color Hex

#5ACB62
(90,203,98)
0 Favorites   0 Comments

Color spaces of #5acb62

RGB 9020398
HSL0.350.520.57
HSV124°56°80°
CMYK 0.560.000.52   0.20
XYZ27.777045.767418.9253
Yxy45.76740.30040.4949
Hunter Lab67.6516-45.100230.7700
CIE-Lab73.3943-53.513442.5128

#5acb62 color RGB value is (90,203,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001011 01100010
Octal 132 313 142
Decimal 90 203 98
Hex 5A CB 62

RGB Percentages of Color #5acb62

%23.02
%51.92
%25.06

CMYK Percentages of Color #5acb62

%56
%0
%52
%20

Triadic Colors of #5acb62

#5acb62 #625acb #cb625a

Analogous Colors of #5acb62

#5acb62 #5acb9b #8bcb5a

Monochromatic Colors of #5acb62

#5acb62

Complementary Color

#5acb62 #cb5ac3

#5acb62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acb62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acb62 Color CSS Codes

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

#5acb62 Text Font Color

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

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


#5acb62 Background Color

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

This div background color is #5acb62


#5acb62 Border Color

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

This div border color is #5acb62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acb62


Comments

No comments written yet.

Please login to write comment.