Color Hex Logo

#5acd85 Color Hex

#5ACD85
(90,205,133)
0 Favorites   0 Comments

Color spaces of #5acd85

RGB 90205133
HSL0.400.530.58
HSV142°56°80°
CMYK 0.560.000.35   0.20
XYZ30.281447.529829.7685
Yxy47.52980.28150.4418
Hunter Lab68.9419-42.245522.6584
CIE-Lab74.5274-48.710726.2754

#5acd85 color RGB value is (90,205,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001101 10000101
Octal 132 315 205
Decimal 90 205 133
Hex 5A CD 85

RGB Percentages of Color #5acd85

%21.03
%47.90
%31.07

CMYK Percentages of Color #5acd85

%56
%0
%35
%20

Triadic Colors of #5acd85

#5acd85 #855acd #cd855a

Analogous Colors of #5acd85

#5acd85 #5acdbf #69cd5a

Monochromatic Colors of #5acd85

#5acd85

Complementary Color

#5acd85 #cd5aa2

#5acd85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acd85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acd85 Color CSS Codes

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

#5acd85 Text Font Color

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

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


#5acd85 Background Color

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

This div background color is #5acd85


#5acd85 Border Color

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

This div border color is #5acd85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acd85


Comments

No comments written yet.

Please login to write comment.