Color Hex Logo

#aeb5fe Color Hex

#AEB5FE
(174,181,254)
0 Favorites   0 Comments

Color spaces of #aeb5fe

RGB 174181254
HSL0.650.980.84
HSV235°31°100°
CMYK 0.310.290.00   0.00
XYZ51.868849.2022100.5291
Yxy49.20220.25730.2441
Hunter Lab70.14439.2409-35.8720
CIE-Lab75.576913.8664-36.8571

#aeb5fe color RGB value is (174,181,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110101 11111110
Octal 256 265 376
Decimal 174 181 254
Hex AE B5 FE

RGB Percentages of Color #aeb5fe

%28.57
%29.72
%41.71

CMYK Percentages of Color #aeb5fe

%31
%29
%0
%0

Triadic Colors of #aeb5fe

#aeb5fe #feaeb5 #b5feae

Analogous Colors of #aeb5fe

#aeb5fe #cfaefe #aeddfe

Monochromatic Colors of #aeb5fe

#aeb5fe

Complementary Color

#aeb5fe #fef7ae

#aeb5fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb5fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb5fe Color CSS Codes

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

#aeb5fe Text Font Color

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

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


#aeb5fe Background Color

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

This div background color is #aeb5fe


#aeb5fe Border Color

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

This div border color is #aeb5fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb5fe


Comments

No comments written yet.

Please login to write comment.