Color Hex Logo

#aaebdf Color Hex

#AAEBDF
(170,235,223)
0 Favorites   0 Comments

Color spaces of #aaebdf

RGB 170235223
HSL0.470.620.79
HSV169°28°92°
CMYK 0.280.000.05   0.08
XYZ59.605273.290480.8170
Yxy73.29040.27890.3429
Hunter Lab85.6098-25.53793.9562
CIE-Lab88.5860-22.8267-0.7622

#aaebdf color RGB value is (170,235,223).

#aaebdf hex color red value is 170, green value is 235 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aaebdf hue: 0.47 , saturation: 0.62 and the lightness value of aaebdf is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 11011111
Octal 252 353 337
Decimal 170 235 223
Hex AA EB DF

RGB Percentages of Color #aaebdf

%27.07
%37.42
%35.51

CMYK Percentages of Color #aaebdf

%28
%0
%5
%8

Triadic Colors of #aaebdf

#aaebdf #dfaaeb #ebdfaa

Analogous Colors of #aaebdf

#aaebdf #aad7eb #aaebbf

Monochromatic Colors of #aaebdf

#aaebdf

Complementary Color

#aaebdf #ebaab6

#aaebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebdf Color CSS Codes

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

#aaebdf Text Font Color

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

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


#aaebdf Background Color

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

This div background color is #aaebdf


#aaebdf Border Color

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

This div border color is #aaebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebdf


Comments

No comments written yet.

Please login to write comment.