Color Hex Logo

#9adbaa Color Hex

#9ADBAA
(154,219,170)
0 Favorites   0 Comments

Color spaces of #9adbaa

RGB 154219170
HSL0.370.470.73
HSV135°30°86°
CMYK 0.300.000.22   0.14
XYZ45.913660.435347.2755
Yxy60.43530.29890.3934
Hunter Lab77.7401-30.622518.3625
CIE-Lab82.0742-30.416317.6483

#9adbaa color RGB value is (154,219,170).

#9adbaa hex color red value is 154, green value is 219 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9adbaa hue: 0.37 , saturation: 0.47 and the lightness value of 9adbaa is 0.73.

The process color (four color CMYK) of #9adbaa color hex is 0.30, 0.00, 0.22, 0.14. Web safe color of #9adbaa is #99cc99. Color #9adbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011011 10101010
Octal 232 333 252
Decimal 154 219 170
Hex 9A DB AA

RGB Percentages of Color #9adbaa

%28.36
%40.33
%31.31

CMYK Percentages of Color #9adbaa

%30
%0
%22
%14

Triadic Colors of #9adbaa

#9adbaa #aa9adb #dbaa9a

Analogous Colors of #9adbaa

#9adbaa #9adbcb #abdb9a

Monochromatic Colors of #9adbaa

#9adbaa

Complementary Color

#9adbaa #db9acb

#9adbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adbaa Color CSS Codes

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

#9adbaa Text Font Color

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

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


#9adbaa Background Color

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

This div background color is #9adbaa


#9adbaa Border Color

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

This div border color is #9adbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adbaa


Comments

No comments written yet.

Please login to write comment.