Color Hex Logo

#aebefc Color Hex

#AEBEFC
(174,190,252)
0 Favorites   0 Comments

Color spaces of #aebefc

RGB 174190252
HSL0.630.930.84
HSV228°31°99°
CMYK 0.310.250.00   0.01
XYZ53.439752.853999.4807
Yxy52.85390.25970.2569
Hunter Lab72.70073.9828-30.2396
CIE-Lab77.78878.4171-32.3644

#aebefc color RGB value is (174,190,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 11111100
Octal 256 276 374
Decimal 174 190 252
Hex AE BE FC

RGB Percentages of Color #aebefc

%28.25
%30.84
%40.91

CMYK Percentages of Color #aebefc

%31
%25
%0
%1

Triadic Colors of #aebefc

#aebefc #fcaebe #befcae

Analogous Colors of #aebefc

#aebefc #c5aefc #aee5fc

Monochromatic Colors of #aebefc

#aebefc

Complementary Color

#aebefc #fcecae

#aebefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebefc Color CSS Codes

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

#aebefc Text Font Color

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

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


#aebefc Background Color

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

This div background color is #aebefc


#aebefc Border Color

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

This div border color is #aebefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebefc

Related Colors


Comments

No comments written yet.

Please login to write comment.