Color Hex Logo

#9ad2ab Color Hex

#9AD2AB
(154,210,171)
0 Favorites   0 Comments

Color spaces of #9ad2ab

RGB 154210171
HSL0.380.380.71
HSV138°27°82°
CMYK 0.270.000.19   0.18
XYZ43.723755.903547.0140
Yxy55.90350.29820.3812
Hunter Lab74.7686-26.460715.0569
CIE-Lab79.5589-25.913413.5913

#9ad2ab color RGB value is (154,210,171).

#9ad2ab hex color red value is 154, green value is 210 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9ad2ab hue: 0.38 , saturation: 0.38 and the lightness value of 9ad2ab is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11010010 10101011
Octal 232 322 253
Decimal 154 210 171
Hex 9A D2 AB

RGB Percentages of Color #9ad2ab

%28.79
%39.25
%31.96

CMYK Percentages of Color #9ad2ab

%27
%0
%19
%18

Triadic Colors of #9ad2ab

#9ad2ab #ab9ad2 #d2ab9a

Analogous Colors of #9ad2ab

#9ad2ab #9ad2c7 #a5d29a

Monochromatic Colors of #9ad2ab

#9ad2ab

Complementary Color

#9ad2ab #d29ac1

#9ad2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ad2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ad2ab Color CSS Codes

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

#9ad2ab Text Font Color

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

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


#9ad2ab Background Color

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

This div background color is #9ad2ab


#9ad2ab Border Color

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

This div border color is #9ad2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ad2ab


Comments

No comments written yet.

Please login to write comment.