Color Hex Logo

#9acd4b Color Hex

#9ACD4B
(154,205,75)
0 Favorites   0 Comments

Color spaces of #9acd4b

RGB 15420575
HSL0.230.570.55
HSV84°63°80°
CMYK 0.250.000.63   0.20
XYZ36.427751.040714.5885
Yxy51.04070.35690.5001
Hunter Lab71.4428-34.010137.9030
CIE-Lab76.7037-36.394357.4936

#9acd4b color RGB value is (154,205,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001101 01001011
Octal 232 315 113
Decimal 154 205 75
Hex 9A CD 4B

RGB Percentages of Color #9acd4b

%35.48
%47.24
%17.28

CMYK Percentages of Color #9acd4b

%25
%0
%63
%20

Triadic Colors of #9acd4b

#9acd4b #4b9acd #cd4b9a

Analogous Colors of #9acd4b

#9acd4b #59cd4b #cdbf4b

Monochromatic Colors of #9acd4b

#9acd4b

Complementary Color

#9acd4b #7e4bcd

#9acd4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9acd4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9acd4b Color CSS Codes

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

#9acd4b Text Font Color

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

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


#9acd4b Background Color

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

This div background color is #9acd4b


#9acd4b Border Color

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

This div border color is #9acd4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9acd4b


Comments

No comments written yet.

Please login to write comment.