Color Hex Logo

#5acb35 Color Hex

#5ACB35
(90,203,53)
0 Favorites   0 Comments

Color spaces of #5acb35

RGB 9020353
HSL0.290.590.50
HSV105°74°80°
CMYK 0.560.000.74   0.20
XYZ26.215045.142610.6999
Yxy45.14260.31950.5501
Hunter Lab67.1882-47.933637.5897
CIE-Lab72.9857-58.091961.1304

#5acb35 color RGB value is (90,203,53).

#5acb35 hex color red value is 90, green value is 203 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #5acb35 hue: 0.29 , saturation: 0.59 and the lightness value of 5acb35 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001011 00110101
Octal 132 313 65
Decimal 90 203 53
Hex 5A CB 35

RGB Percentages of Color #5acb35

%26.01
%58.67
%15.32

CMYK Percentages of Color #5acb35

%56
%0
%74
%20

Triadic Colors of #5acb35

#5acb35 #355acb #cb355a

Analogous Colors of #5acb35

#5acb35 #35cb5b #a5cb35

Monochromatic Colors of #5acb35

#5acb35

Complementary Color

#5acb35 #a635cb

#5acb35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acb35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acb35 Color CSS Codes

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

#5acb35 Text Font Color

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

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


#5acb35 Background Color

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

This div background color is #5acb35


#5acb35 Border Color

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

This div border color is #5acb35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acb35


Comments

No comments written yet.

Please login to write comment.