Color Hex Logo

#aaebcd Color Hex

#AAEBCD
(170,235,205)
0 Favorites   0 Comments

Color spaces of #aaebcd

RGB 170235205
HSL0.420.620.79
HSV152°28°92°
CMYK 0.280.000.13   0.08
XYZ57.305372.370568.7062
Yxy72.37050.28890.3648
Hunter Lab85.0709-28.633111.6649
CIE-Lab88.1466-26.50968.0192

#aaebcd color RGB value is (170,235,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 11001101
Octal 252 353 315
Decimal 170 235 205
Hex AA EB CD

RGB Percentages of Color #aaebcd

%27.87
%38.52
%33.61

CMYK Percentages of Color #aaebcd

%28
%0
%13
%8

Triadic Colors of #aaebcd

#aaebcd #cdaaeb #ebcdaa

Analogous Colors of #aaebcd

#aaebcd #aae9eb #aaebad

Monochromatic Colors of #aaebcd

#aaebcd

Complementary Color

#aaebcd #ebaac8

#aaebcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebcd Color CSS Codes

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

#aaebcd Text Font Color

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

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


#aaebcd Background Color

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

This div background color is #aaebcd


#aaebcd Border Color

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

This div border color is #aaebcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebcd


Comments

No comments written yet.

Please login to write comment.