Color Hex Logo

#aeb5ff Color Hex

#AEB5FF
(174,181,255)
1 Favorites   0 Comments

Color spaces of #aeb5ff

RGB 174181255
HSL0.651.000.84
HSV235°32°100°
CMYK 0.320.290.00   0.00
XYZ52.029449.2664101.3749
Yxy49.26640.25670.2431
Hunter Lab70.19009.4832-36.4991
CIE-Lab75.616814.1160-37.3331

#aeb5ff color RGB value is (174,181,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110101 11111111
Octal 256 265 377
Decimal 174 181 255
Hex AE B5 FF

RGB Percentages of Color #aeb5ff

%28.52
%29.67
%41.80

CMYK Percentages of Color #aeb5ff

%32
%29
%0
%0

Triadic Colors of #aeb5ff

#aeb5ff #ffaeb5 #b5ffae

Analogous Colors of #aeb5ff

#aeb5ff #d0aeff #aedeff

Monochromatic Colors of #aeb5ff

#aeb5ff

Complementary Color

#aeb5ff #fff8ae

#aeb5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb5ff Color CSS Codes

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

#aeb5ff Text Font Color

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

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


#aeb5ff Background Color

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

This div background color is #aeb5ff


#aeb5ff Border Color

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

This div border color is #aeb5ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb5ff

#aeb5ff Color Palettes


Comments

No comments written yet.

Please login to write comment.