Color Hex Logo

#aebbfa Color Hex

#AEBBFA
(174,187,250)
0 Favorites   0 Comments

Color spaces of #aebbfa

RGB 174187250
HSL0.640.880.83
HSV230°30°98°
CMYK 0.300.250.00   0.02
XYZ52.481251.441497.6056
Yxy51.44140.26040.2553
Hunter Lab71.72275.0981-30.4804
CIE-Lab76.94569.5687-32.5909

#aebbfa color RGB value is (174,187,250).

#aebbfa hex color red value is 174, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #aebbfa hue: 0.64 , saturation: 0.88 and the lightness value of aebbfa is 0.83.

The process color (four color CMYK) of #aebbfa color hex is 0.30, 0.25, 0.00, 0.02. Web safe color of #aebbfa is #99ccff. Color #aebbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 11111010
Octal 256 273 372
Decimal 174 187 250
Hex AE BB FA

RGB Percentages of Color #aebbfa

%28.48
%30.61
%40.92

CMYK Percentages of Color #aebbfa

%30
%25
%0
%2

Triadic Colors of #aebbfa

#aebbfa #faaebb #bbfaae

Analogous Colors of #aebbfa

#aebbfa #c7aefa #aee1fa

Monochromatic Colors of #aebbfa

#aebbfa

Complementary Color

#aebbfa #faedae

#aebbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebbfa Color CSS Codes

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

#aebbfa Text Font Color

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

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


#aebbfa Background Color

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

This div background color is #aebbfa


#aebbfa Border Color

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

This div border color is #aebbfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,187,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aebbfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aebbfa;
  -webkit-box-shadow: 1px 1px 3px 2px #aebbfa;
  box-shadow:         1px 1px 3px 2px #aebbfa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,187,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebbfa


Comments

No comments written yet.

Please login to write comment.