Color Hex Logo

#5ac385 Color Hex

#5AC385
(90,195,133)
0 Favorites   0 Comments

Color spaces of #5ac385

RGB 90195133
HSL0.400.470.56
HSV145°54°76°
CMYK 0.540.000.32   0.24
XYZ27.965242.897328.9964
Yxy42.89730.28000.4296
Hunter Lab65.4960-38.402919.5984
CIE-Lab71.4852-44.536722.1624

#5ac385 color RGB value is (90,195,133).

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

The process color (four color CMYK) of #5ac385 color hex is 0.54, 0.00, 0.32, 0.24. Web safe color of #5ac385 is #66cc99. Color #5ac385 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11000011 10000101
Octal 132 303 205
Decimal 90 195 133
Hex 5A C3 85

RGB Percentages of Color #5ac385

%21.53
%46.65
%31.82

CMYK Percentages of Color #5ac385

%54
%0
%32
%24

Triadic Colors of #5ac385

#5ac385 #855ac3 #c3855a

Analogous Colors of #5ac385

#5ac385 #5ac3ba #64c35a

Monochromatic Colors of #5ac385

#5ac385

Complementary Color

#5ac385 #c35a98

#5ac385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ac385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ac385 Color CSS Codes

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

#5ac385 Text Font Color

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

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


#5ac385 Background Color

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

This div background color is #5ac385


#5ac385 Border Color

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

This div border color is #5ac385


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,195,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 #5ac385">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ac385


Comments

No comments written yet.

Please login to write comment.