Color Hex Logo

#aeb5fc Color Hex

#AEB5FC
(174,181,252)
0 Favorites   0 Comments

Color spaces of #aeb5fc

RGB 174181252
HSL0.650.930.84
HSV235°31°99°
CMYK 0.310.280.00   0.01
XYZ51.550149.074798.8508
Yxy49.07470.25840.2460
Hunter Lab70.05338.7593-34.6255
CIE-Lab75.497813.3690-35.9038

#aeb5fc color RGB value is (174,181,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110101 11111100
Octal 256 265 374
Decimal 174 181 252
Hex AE B5 FC

RGB Percentages of Color #aeb5fc

%28.67
%29.82
%41.52

CMYK Percentages of Color #aeb5fc

%31
%28
%0
%1

Triadic Colors of #aeb5fc

#aeb5fc #fcaeb5 #b5fcae

Analogous Colors of #aeb5fc

#aeb5fc #ceaefc #aedcfc

Monochromatic Colors of #aeb5fc

#aeb5fc

Complementary Color

#aeb5fc #fcf5ae

#aeb5fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb5fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb5fc Color CSS Codes

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

#aeb5fc Text Font Color

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

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


#aeb5fc Background Color

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

This div background color is #aeb5fc


#aeb5fc Border Color

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

This div border color is #aeb5fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb5fc


Comments

No comments written yet.

Please login to write comment.