Color Hex Logo

#aadbae Color Hex

#AADBAE
(170,219,174)
0 Favorites   0 Comments

Color spaces of #aadbae

RGB 170219174
HSL0.350.400.76
HSV125°22°86°
CMYK 0.220.000.21   0.14
XYZ49.549162.265149.4512
Yxy62.26510.30730.3861
Hunter Lab78.9082-26.003318.0792
CIE-Lab83.0542-24.547417.0495

#aadbae color RGB value is (170,219,174).

#aadbae hex color red value is 170, green value is 219 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aadbae hue: 0.35 , saturation: 0.40 and the lightness value of aadbae is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 10101110
Octal 252 333 256
Decimal 170 219 174
Hex AA DB AE

RGB Percentages of Color #aadbae

%30.20
%38.90
%30.91

CMYK Percentages of Color #aadbae

%22
%0
%21
%14

Triadic Colors of #aadbae

#aadbae #aeaadb #dbaeaa

Analogous Colors of #aadbae

#aadbae #aadbc7 #bfdbaa

Monochromatic Colors of #aadbae

#aadbae

Complementary Color

#aadbae #dbaad7

#aadbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadbae Color CSS Codes

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

#aadbae Text Font Color

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

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


#aadbae Background Color

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

This div background color is #aadbae


#aadbae Border Color

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

This div border color is #aadbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadbae


Comments

No comments written yet.

Please login to write comment.