Color Hex Logo

#aebbfb Color Hex

#AEBBFB
(174,187,251)
0 Favorites   0 Comments

Color spaces of #aebbfb

RGB 174187251
HSL0.640.910.83
HSV230°31°98°
CMYK 0.310.250.00   0.02
XYZ52.638551.504498.4338
Yxy51.50440.25980.2542
Hunter Lab71.76665.3326-31.0846
CIE-Lab76.98359.8146-33.0694

#aebbfb color RGB value is (174,187,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 11111011
Octal 256 273 373
Decimal 174 187 251
Hex AE BB FB

RGB Percentages of Color #aebbfb

%28.43
%30.56
%41.01

CMYK Percentages of Color #aebbfb

%31
%25
%0
%2

Triadic Colors of #aebbfb

#aebbfb #fbaebb #bbfbae

Analogous Colors of #aebbfb

#aebbfb #c8aefb #aee2fb

Monochromatic Colors of #aebbfb

#aebbfb

Complementary Color

#aebbfb #fbeeae

#aebbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebbfb Color CSS Codes

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

#aebbfb Text Font Color

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

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


#aebbfb Background Color

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

This div background color is #aebbfb


#aebbfb Border Color

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

This div border color is #aebbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebbfb


Comments

No comments written yet.

Please login to write comment.