Color Hex Logo

#aaebdb Color Hex

#AAEBDB
(170,235,219)
0 Favorites   0 Comments

Color spaces of #aaebdb

RGB 170235219
HSL0.460.620.79
HSV165°28°92°
CMYK 0.280.000.07   0.08
XYZ59.072173.077278.0097
Yxy73.07720.28110.3477
Hunter Lab85.4852-26.25185.7344
CIE-Lab88.4845-23.66891.1843

#aaebdb color RGB value is (170,235,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 11011011
Octal 252 353 333
Decimal 170 235 219
Hex AA EB DB

RGB Percentages of Color #aaebdb

%27.24
%37.66
%35.10

CMYK Percentages of Color #aaebdb

%28
%0
%7
%8

Triadic Colors of #aaebdb

#aaebdb #dbaaeb #ebdbaa

Analogous Colors of #aaebdb

#aaebdb #aadbeb #aaebbb

Monochromatic Colors of #aaebdb

#aaebdb

Complementary Color

#aaebdb #ebaaba

#aaebdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebdb Color CSS Codes

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

#aaebdb Text Font Color

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

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


#aaebdb Background Color

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

This div background color is #aaebdb


#aaebdb Border Color

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

This div border color is #aaebdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebdb


Comments

No comments written yet.

Please login to write comment.