Color Hex Logo

#aadeae Color Hex

#AADEAE
(170,222,174)
0 Favorites   0 Comments

Color spaces of #aadeae

RGB 170222174
HSL0.350.440.77
HSV125°23°87°
CMYK 0.230.000.22   0.13
XYZ50.338863.844649.7145
Yxy63.84460.30710.3895
Hunter Lab79.9028-27.374919.0425
CIE-Lab83.8848-26.001018.2092

#aadeae color RGB value is (170,222,174).

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

The process color (four color CMYK) of #aadeae color hex is 0.23, 0.00, 0.22, 0.13. Web safe color of #aadeae is #99cc99. Color #aadeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 10101110
Octal 252 336 256
Decimal 170 222 174
Hex AA DE AE

RGB Percentages of Color #aadeae

%30.04
%39.22
%30.74

CMYK Percentages of Color #aadeae

%23
%0
%22
%13

Triadic Colors of #aadeae

#aadeae #aeaade #deaeaa

Analogous Colors of #aadeae

#aadeae #aadec8 #c0deaa

Monochromatic Colors of #aadeae

#aadeae

Complementary Color

#aadeae #deaada

#aadeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadeae Color CSS Codes

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

#aadeae Text Font Color

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

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


#aadeae Background Color

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

This div background color is #aadeae


#aadeae Border Color

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

This div border color is #aadeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadeae


Comments

No comments written yet.

Please login to write comment.