Color Hex Logo

#aadaae Color Hex

#AADAAE
(170,218,174)
0 Favorites   0 Comments

Color spaces of #aadaae

RGB 170218174
HSL0.350.390.76
HSV125°22°85°
CMYK 0.220.000.20   0.15
XYZ49.288961.744849.3645
Yxy61.74480.30730.3849
Hunter Lab78.5779-25.545017.7571
CIE-Lab82.7775-24.060516.6623

#aadaae color RGB value is (170,218,174).

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

The process color (four color CMYK) of #aadaae color hex is 0.22, 0.00, 0.20, 0.15. Web safe color of #aadaae is #99cc99. Color #aadaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 10101110
Octal 252 332 256
Decimal 170 218 174
Hex AA DA AE

RGB Percentages of Color #aadaae

%30.25
%38.79
%30.96

CMYK Percentages of Color #aadaae

%22
%0
%20
%15

Triadic Colors of #aadaae

#aadaae #aeaada #daaeaa

Analogous Colors of #aadaae

#aadaae #aadac6 #bedaaa

Monochromatic Colors of #aadaae

#aadaae

Complementary Color

#aadaae #daaad6

#aadaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadaae Color CSS Codes

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

#aadaae Text Font Color

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

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


#aadaae Background Color

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

This div background color is #aadaae


#aadaae Border Color

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

This div border color is #aadaae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,218,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 #aadaae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadaae


Comments

No comments written yet.

Please login to write comment.