Color Hex Logo

#aebbff Color Hex

#AEBBFF
(174,187,255)
1 Favorites   0 Comments

Color spaces of #aebbff

RGB 174187255
HSL0.641.000.84
HSV230°32°100°
CMYK 0.320.270.00   0.00
XYZ53.275951.7593101.7903
Yxy51.75930.25760.2503
Hunter Lab71.94396.2809-33.5260
CIE-Lab77.136710.8052-34.9789

#aebbff color RGB value is (174,187,255).

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

The process color (four color CMYK) of #aebbff color hex is 0.32, 0.27, 0.00, 0.00. Web safe color of #aebbff is #99ccff. Color #aebbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 11111111
Octal 256 273 377
Decimal 174 187 255
Hex AE BB FF

RGB Percentages of Color #aebbff

%28.25
%30.36
%41.40

CMYK Percentages of Color #aebbff

%32
%27
%0
%0

Triadic Colors of #aebbff

#aebbff #ffaebb #bbffae

Analogous Colors of #aebbff

#aebbff #caaeff #aee4ff

Monochromatic Colors of #aebbff

#aebbff

Complementary Color

#aebbff #fff2ae

#aebbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebbff Color CSS Codes

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

#aebbff Text Font Color

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

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


#aebbff Background Color

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

This div background color is #aebbff


#aebbff Border Color

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

This div border color is #aebbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebbff

#aebbff Color Palettes


Comments

No comments written yet.

Please login to write comment.