Color Hex Logo

#aebafc Color Hex

#AEBAFC
(174,186,252)
0 Favorites   0 Comments

Color spaces of #aebafc

RGB 174186252
HSL0.640.930.84
HSV231°31°99°
CMYK 0.310.260.00   0.01
XYZ52.585251.144899.1958
Yxy51.14480.25910.2520
Hunter Lab71.51566.0982-32.1774
CIE-Lab76.766610.6109-33.9411

#aebafc color RGB value is (174,186,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11111100
Octal 256 272 374
Decimal 174 186 252
Hex AE BA FC

RGB Percentages of Color #aebafc

%28.43
%30.39
%41.18

CMYK Percentages of Color #aebafc

%31
%26
%0
%1

Triadic Colors of #aebafc

#aebafc #fcaeba #bafcae

Analogous Colors of #aebafc

#aebafc #c9aefc #aee1fc

Monochromatic Colors of #aebafc

#aebafc

Complementary Color

#aebafc #fcf0ae

#aebafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebafc Color CSS Codes

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

#aebafc Text Font Color

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

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


#aebafc Background Color

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

This div background color is #aebafc


#aebafc Border Color

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

This div border color is #aebafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebafc


Comments

No comments written yet.

Please login to write comment.