Color Hex Logo

#aaeffb Color Hex

#AAEFFB
(170,239,251)
0 Favorites   0 Comments

Color spaces of #aaeffb

RGB 170239251
HSL0.520.910.83
HSV189°32°98°
CMYK 0.320.050.00   0.02
XYZ64.856777.2441102.7581
Yxy77.24410.26490.3155
Hunter Lab87.8886-22.0825-7.7990
CIE-Lab90.4338-18.5746-12.6706

#aaeffb color RGB value is (170,239,251).

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

The process color (four color CMYK) of #aaeffb color hex is 0.32, 0.05, 0.00, 0.02. Web safe color of #aaeffb is #99ffff. Color #aaeffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 11111011
Octal 252 357 373
Decimal 170 239 251
Hex AA EF FB

RGB Percentages of Color #aaeffb

%25.76
%36.21
%38.03

CMYK Percentages of Color #aaeffb

%32
%5
%0
%2

Triadic Colors of #aaeffb

#aaeffb #fbaaef #effbaa

Analogous Colors of #aaeffb

#aaeffb #aac7fb #aafbdf

Monochromatic Colors of #aaeffb

#aaeffb

Complementary Color

#aaeffb #fbb6aa

#aaeffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeffb Color CSS Codes

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

#aaeffb Text Font Color

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

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


#aaeffb Background Color

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

This div background color is #aaeffb


#aaeffb Border Color

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

This div border color is #aaeffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeffb

Related Colors


Comments

No comments written yet.

Please login to write comment.