Color Hex Logo

#aaeaeb Color Hex

#AAEAEB
(170,234,235)
0 Favorites   0 Comments

Color spaces of #aaeaeb

RGB 170234235
HSL0.500.620.79
HSV181°28°92°
CMYK 0.280.000.00   0.08
XYZ60.995873.389889.5481
Yxy73.38980.27240.3277
Hunter Lab85.6678-22.8261-2.0080
CIE-Lab88.6333-19.7277-6.9802

#aaeaeb color RGB value is (170,234,235).

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

The process color (four color CMYK) of #aaeaeb color hex is 0.28, 0.00, 0.00, 0.08. Web safe color of #aaeaeb is #99ffff. Color #aaeaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 11101011
Octal 252 352 353
Decimal 170 234 235
Hex AA EA EB

RGB Percentages of Color #aaeaeb

%26.60
%36.62
%36.78

CMYK Percentages of Color #aaeaeb

%28
%0
%0
%8

Triadic Colors of #aaeaeb

#aaeaeb #ebaaea #eaebaa

Analogous Colors of #aaeaeb

#aaeaeb #aacaeb #aaebcc

Monochromatic Colors of #aaeaeb

#aaeaeb

Complementary Color

#aaeaeb #ebabaa

#aaeaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeaeb Color CSS Codes

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

#aaeaeb Text Font Color

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

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


#aaeaeb Background Color

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

This div background color is #aaeaeb


#aaeaeb Border Color

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

This div border color is #aaeaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeaeb


Comments

No comments written yet.

Please login to write comment.