Color Hex Logo

#aeb8fc Color Hex

#AEB8FC
(174,184,252)
0 Favorites   0 Comments

Color spaces of #aeb8fc

RGB 174184252
HSL0.650.930.84
HSV232°31°99°
CMYK 0.310.270.00   0.01
XYZ52.166750.307999.0564
Yxy50.30790.25890.2496
Hunter Lab70.92817.1604-33.1533
CIE-Lab76.257911.7121-34.7275

#aeb8fc color RGB value is (174,184,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111000 11111100
Octal 256 270 374
Decimal 174 184 252
Hex AE B8 FC

RGB Percentages of Color #aeb8fc

%28.52
%30.16
%41.31

CMYK Percentages of Color #aeb8fc

%31
%27
%0
%1

Triadic Colors of #aeb8fc

#aeb8fc #fcaeb8 #b8fcae

Analogous Colors of #aeb8fc

#aeb8fc #cbaefc #aedffc

Monochromatic Colors of #aeb8fc

#aeb8fc

Complementary Color

#aeb8fc #fcf2ae

#aeb8fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb8fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb8fc Color CSS Codes

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

#aeb8fc Text Font Color

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

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


#aeb8fc Background Color

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

This div background color is #aeb8fc


#aeb8fc Border Color

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

This div border color is #aeb8fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb8fc


Comments

No comments written yet.

Please login to write comment.