Color Hex Logo

#9acd58 Color Hex

#9ACD58
(154,205,88)
0 Favorites   0 Comments

Color spaces of #9acd58

RGB 15420588
HSL0.240.540.57
HSV86°57°80°
CMYK 0.250.000.57   0.20
XYZ36.919251.237217.1765
Yxy51.23720.35050.4864
Hunter Lab71.5802-33.199635.8788
CIE-Lab76.8225-35.280251.9730

#9acd58 color RGB value is (154,205,88).

#9acd58 hex color red value is 154, green value is 205 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #9acd58 hue: 0.24 , saturation: 0.54 and the lightness value of 9acd58 is 0.57.

The process color (four color CMYK) of #9acd58 color hex is 0.25, 0.00, 0.57, 0.20. Web safe color of #9acd58 is #99cc66. Color #9acd58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001101 01011000
Octal 232 315 130
Decimal 154 205 88
Hex 9A CD 58

RGB Percentages of Color #9acd58

%34.45
%45.86
%19.69

CMYK Percentages of Color #9acd58

%25
%0
%57
%20

Triadic Colors of #9acd58

#9acd58 #589acd #cd589a

Analogous Colors of #9acd58

#9acd58 #60cd58 #cdc658

Monochromatic Colors of #9acd58

#9acd58

Complementary Color

#9acd58 #8b58cd

#9acd58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9acd58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9acd58 Color CSS Codes

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

#9acd58 Text Font Color

<p style="color:#9acd58">Text here</p>

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


#9acd58 Background Color

<div style="background-color:#9acd58">
Div content here</div>

This div background color is #9acd58


#9acd58 Border Color

<div style="border:3px solid #9acd58">
Div here</div>

This div border color is #9acd58


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,205,88, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9acd58; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9acd58;
  -webkit-box-shadow: 1px 1px 3px 2px #9acd58;
  box-shadow:         1px 1px 3px 2px #9acd58; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,205,88, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9acd58


Comments

No comments written yet.

Please login to write comment.