Color Hex Logo

#aaedda Color Hex

#AAEDDA
(170,237,218)
0 Favorites   0 Comments

Color spaces of #aaedda

RGB 170237218
HSL0.450.650.80
HSV163°28°93°
CMYK 0.280.000.08   0.07
XYZ59.516674.176477.5103
Yxy74.17640.28180.3512
Hunter Lab86.1257-27.36886.9290
CIE-Lab89.0058-24.84812.4657

#aaedda color RGB value is (170,237,218).

#aaedda hex color red value is 170, green value is 237 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aaedda hue: 0.45 , saturation: 0.65 and the lightness value of aaedda is 0.80.

The process color (four color CMYK) of #aaedda color hex is 0.28, 0.00, 0.08, 0.07. Web safe color of #aaedda is #99ffcc. Color #aaedda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 11011010
Octal 252 355 332
Decimal 170 237 218
Hex AA ED DA

RGB Percentages of Color #aaedda

%27.20
%37.92
%34.88

CMYK Percentages of Color #aaedda

%28
%0
%8
%7

Triadic Colors of #aaedda

#aaedda #daaaed #eddaaa

Analogous Colors of #aaedda

#aaedda #aadfed #aaedb9

Monochromatic Colors of #aaedda

#aaedda

Complementary Color

#aaedda #edaabd

#aaedda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedda Color CSS Codes

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

#aaedda Text Font Color

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

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


#aaedda Background Color

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

This div background color is #aaedda


#aaedda Border Color

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

This div border color is #aaedda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaedda


Comments

No comments written yet.

Please login to write comment.