Color Hex Logo

#aaeeeb Color Hex

#AAEEEB
(170,238,235)
0 Favorites   0 Comments

Color spaces of #aaeeeb

RGB 170238235
HSL0.490.670.80
HSV177°29°93°
CMYK 0.290.000.01   0.07
XYZ62.147575.693389.9320
Yxy75.69330.27280.3323
Hunter Lab87.0019-24.7466-0.3855
CIE-Lab89.7167-21.7003-5.3795

#aaeeeb color RGB value is (170,238,235).

#aaeeeb hex color red value is 170, green value is 238 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aaeeeb hue: 0.49 , saturation: 0.67 and the lightness value of aaeeeb is 0.80.

The process color (four color CMYK) of #aaeeeb color hex is 0.29, 0.00, 0.01, 0.07. Web safe color of #aaeeeb is #99ffff. Color #aaeeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 11101011
Octal 252 356 353
Decimal 170 238 235
Hex AA EE EB

RGB Percentages of Color #aaeeeb

%26.44
%37.01
%36.55

CMYK Percentages of Color #aaeeeb

%29
%0
%1
%7

Triadic Colors of #aaeeeb

#aaeeeb #ebaaee #eeebaa

Analogous Colors of #aaeeeb

#aaeeeb #aacfee #aaeec9

Monochromatic Colors of #aaeeeb

#aaeeeb

Complementary Color

#aaeeeb #eeaaad

#aaeeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeeeb Color CSS Codes

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

#aaeeeb Text Font Color

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

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


#aaeeeb Background Color

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

This div background color is #aaeeeb


#aaeeeb Border Color

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

This div border color is #aaeeeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,238,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 #aaeeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeeeb

#aaeeeb Color Palettes


Comments

No comments written yet.

Please login to write comment.