Color Hex Logo

#9ad48b Color Hex

#9AD48B
(154,212,139)
0 Favorites   0 Comments

Color spaces of #9ad48b

RGB 154212139
HSL0.300.460.69
HSV108°34°83°
CMYK 0.270.000.34   0.17
XYZ41.530155.821133.0118
Yxy55.82110.31860.4282
Hunter Lab74.7135-31.528026.1025
CIE-Lab79.5119-32.276830.3168

#9ad48b color RGB value is (154,212,139).

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

The process color (four color CMYK) of #9ad48b color hex is 0.27, 0.00, 0.34, 0.17. Web safe color of #9ad48b is #99cc99. Color #9ad48b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11010100 10001011
Octal 232 324 213
Decimal 154 212 139
Hex 9A D4 8B

RGB Percentages of Color #9ad48b

%30.50
%41.98
%27.52

CMYK Percentages of Color #9ad48b

%27
%0
%34
%17

Triadic Colors of #9ad48b

#9ad48b #8b9ad4 #d48b9a

Analogous Colors of #9ad48b

#9ad48b #8bd4a1 #bfd48b

Monochromatic Colors of #9ad48b

#9ad48b

Complementary Color

#9ad48b #c58bd4

#9ad48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ad48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ad48b Color CSS Codes

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

#9ad48b Text Font Color

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

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


#9ad48b Background Color

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

This div background color is #9ad48b


#9ad48b Border Color

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

This div border color is #9ad48b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,212,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 #9ad48b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ad48b


Comments

No comments written yet.

Please login to write comment.