Color Hex Logo

#aadabb Color Hex

#AADABB
(170,218,187)
0 Favorites   0 Comments

Color spaces of #aadabb

RGB 170218187
HSL0.390.390.76
HSV141°22°85°
CMYK 0.220.000.14   0.15
XYZ50.618662.276756.3664
Yxy62.27670.29910.3679
Hunter Lab78.9156-23.607512.8923
CIE-Lab83.0603-21.699210.2044

#aadabb color RGB value is (170,218,187).

#aadabb hex color red value is 170, green value is 218 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aadabb hue: 0.39 , saturation: 0.39 and the lightness value of aadabb is 0.76.

The process color (four color CMYK) of #aadabb color hex is 0.22, 0.00, 0.14, 0.15. Web safe color of #aadabb is #99cccc. Color #aadabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 10111011
Octal 252 332 273
Decimal 170 218 187
Hex AA DA BB

RGB Percentages of Color #aadabb

%29.57
%37.91
%32.52

CMYK Percentages of Color #aadabb

%22
%0
%14
%15

Triadic Colors of #aadabb

#aadabb #bbaada #dabbaa

Analogous Colors of #aadabb

#aadabb #aadad3 #b1daaa

Monochromatic Colors of #aadabb

#aadabb

Complementary Color

#aadabb #daaac9

#aadabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadabb Color CSS Codes

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

#aadabb Text Font Color

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

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


#aadabb Background Color

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

This div background color is #aadabb


#aadabb Border Color

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

This div border color is #aadabb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,218,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aadabb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aadabb;
  -webkit-box-shadow: 1px 1px 3px 2px #aadabb;
  box-shadow:         1px 1px 3px 2px #aadabb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadabb


Comments

No comments written yet.

Please login to write comment.