Color Hex Logo

#aaebfe Color Hex

#AAEBFE
(170,235,254)
0 Favorites   0 Comments

Color spaces of #aaebfe

RGB 170235254
HSL0.540.980.83
HSV194°33°100°
CMYK 0.330.070.00   0.00
XYZ64.175375.1185104.8828
Yxy75.11850.26280.3076
Hunter Lab86.6709-19.5042-11.0788
CIE-Lab89.4485-15.8743-15.7124

#aaebfe color RGB value is (170,235,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 11111110
Octal 252 353 376
Decimal 170 235 254
Hex AA EB FE

RGB Percentages of Color #aaebfe

%25.80
%35.66
%38.54

CMYK Percentages of Color #aaebfe

%33
%7
%0
%0

Triadic Colors of #aaebfe

#aaebfe #feaaeb #ebfeaa

Analogous Colors of #aaebfe

#aaebfe #aac1fe #aafee7

Monochromatic Colors of #aaebfe

#aaebfe

Complementary Color

#aaebfe #febdaa

#aaebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebfe Color CSS Codes

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

#aaebfe Text Font Color

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

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


#aaebfe Background Color

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

This div background color is #aaebfe


#aaebfe Border Color

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

This div border color is #aaebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebfe


Comments

No comments written yet.

Please login to write comment.