Color Hex Logo

#aaeffe Color Hex

#AAEFFE
(170,239,254)
0 Favorites   0 Comments

Color spaces of #aaeffe

RGB 170239254
HSL0.530.980.83
HSV191°33°100°
CMYK 0.330.060.00   0.00
XYZ65.333577.4348105.2689
Yxy77.43480.26340.3122
Hunter Lab87.9970-21.4673-9.3294
CIE-Lab90.5214-17.8757-14.1047

#aaeffe color RGB value is (170,239,254).

#aaeffe hex color red value is 170, green value is 239 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aaeffe hue: 0.53 , saturation: 0.98 and the lightness value of aaeffe is 0.83.

The process color (four color CMYK) of #aaeffe color hex is 0.33, 0.06, 0.00, 0.00. Web safe color of #aaeffe is #99ffff. Color #aaeffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 11111110
Octal 252 357 376
Decimal 170 239 254
Hex AA EF FE

RGB Percentages of Color #aaeffe

%25.64
%36.05
%38.31

CMYK Percentages of Color #aaeffe

%33
%6
%0
%0

Triadic Colors of #aaeffe

#aaeffe #feaaef #effeaa

Analogous Colors of #aaeffe

#aaeffe #aac5fe #aafee3

Monochromatic Colors of #aaeffe

#aaeffe

Complementary Color

#aaeffe #feb9aa

#aaeffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeffe Color CSS Codes

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

#aaeffe Text Font Color

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

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


#aaeffe Background Color

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

This div background color is #aaeffe


#aaeffe Border Color

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

This div border color is #aaeffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeffe


Comments

No comments written yet.

Please login to write comment.