Color Hex Logo

#aaebfb Color Hex

#AAEBFB
(170,235,251)
0 Favorites   0 Comments

Color spaces of #aaebfb

RGB 170235251
HSL0.530.910.83
HSV192°32°98°
CMYK 0.320.060.00   0.02
XYZ63.698574.9277102.3720
Yxy74.92770.26430.3109
Hunter Lab86.5608-20.1265-9.5274
CIE-Lab89.3591-16.5782-14.2776

#aaebfb color RGB value is (170,235,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 11111011
Octal 252 353 373
Decimal 170 235 251
Hex AA EB FB

RGB Percentages of Color #aaebfb

%25.91
%35.82
%38.26

CMYK Percentages of Color #aaebfb

%32
%6
%0
%2

Triadic Colors of #aaebfb

#aaebfb #fbaaeb #ebfbaa

Analogous Colors of #aaebfb

#aaebfb #aac3fb #aafbe3

Monochromatic Colors of #aaebfb

#aaebfb

Complementary Color

#aaebfb #fbbaaa

#aaebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebfb Color CSS Codes

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

#aaebfb Text Font Color

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

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


#aaebfb Background Color

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

This div background color is #aaebfb


#aaebfb Border Color

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

This div border color is #aaebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebfb


Comments

No comments written yet.

Please login to write comment.