Color Hex Logo

#aeb9ff Color Hex

#AEB9FF
(174,185,255)
0 Favorites   0 Comments

Color spaces of #aeb9ff

RGB 174185255
HSL0.641.000.84
HSV232°32°100°
CMYK 0.320.270.00   0.00
XYZ52.854550.9166101.6499
Yxy50.91660.25730.2479
Hunter Lab71.35597.3452-34.5124
CIE-Lab76.628511.9060-35.7652

#aeb9ff color RGB value is (174,185,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 11111111
Octal 256 271 377
Decimal 174 185 255
Hex AE B9 FF

RGB Percentages of Color #aeb9ff

%28.34
%30.13
%41.53

CMYK Percentages of Color #aeb9ff

%32
%27
%0
%0

Triadic Colors of #aeb9ff

#aeb9ff #ffaeb9 #b9ffae

Analogous Colors of #aeb9ff

#aeb9ff #ccaeff #aee2ff

Monochromatic Colors of #aeb9ff

#aeb9ff

Complementary Color

#aeb9ff #fff4ae

#aeb9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb9ff Color CSS Codes

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

#aeb9ff Text Font Color

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

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


#aeb9ff Background Color

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

This div background color is #aeb9ff


#aeb9ff Border Color

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

This div border color is #aeb9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb9ff


Comments

No comments written yet.

Please login to write comment.