Color Hex Logo

#9ad88b Color Hex

#9AD88B
(154,216,139)
0 Favorites   0 Comments

Color spaces of #9ad88b

RGB 154216139
HSL0.300.500.70
HSV108°36°85°
CMYK 0.290.000.36   0.15
XYZ42.542557.845833.3492
Yxy57.84580.31810.4325
Hunter Lab76.0564-33.254027.2420
CIE-Lab80.6530-34.137031.8280

#9ad88b color RGB value is (154,216,139).

#9ad88b hex color red value is 154, green value is 216 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #9ad88b hue: 0.30 , saturation: 0.50 and the lightness value of 9ad88b is 0.70.

The process color (four color CMYK) of #9ad88b color hex is 0.29, 0.00, 0.36, 0.15. Web safe color of #9ad88b is #99cc99. Color #9ad88b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011000 10001011
Octal 232 330 213
Decimal 154 216 139
Hex 9A D8 8B

RGB Percentages of Color #9ad88b

%30.26
%42.44
%27.31

CMYK Percentages of Color #9ad88b

%29
%0
%36
%15

Triadic Colors of #9ad88b

#9ad88b #8b9ad8 #d88b9a

Analogous Colors of #9ad88b

#9ad88b #8bd8a3 #c1d88b

Monochromatic Colors of #9ad88b

#9ad88b

Complementary Color

#9ad88b #c98bd8

#9ad88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ad88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ad88b Color CSS Codes

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

#9ad88b Text Font Color

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

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


#9ad88b Background Color

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

This div background color is #9ad88b


#9ad88b Border Color

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

This div border color is #9ad88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ad88b


Comments

No comments written yet.

Please login to write comment.