Color Hex Logo

#aeaefb Color Hex

#AEAEFB
(174,174,251)
0 Favorites   0 Comments

Color spaces of #aeaefb

RGB 174174251
HSL0.670.910.83
HSV240°31°98°
CMYK 0.310.310.00   0.02
XYZ50.004246.235897.5557
Yxy46.23580.25800.2386
Hunter Lab67.996912.2724-37.4660
CIE-Lab73.698317.0081-38.1569

#aeaefb color RGB value is (174,174,251).

#aeaefb hex color red value is 174, green value is 174 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #aeaefb hue: 0.67 , saturation: 0.91 and the lightness value of aeaefb is 0.83.

The process color (four color CMYK) of #aeaefb color hex is 0.31, 0.31, 0.00, 0.02. Web safe color of #aeaefb is #9999ff. Color #aeaefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11111011
Octal 256 256 373
Decimal 174 174 251
Hex AE AE FB

RGB Percentages of Color #aeaefb

%29.05
%29.05
%41.90

CMYK Percentages of Color #aeaefb

%31
%31
%0
%2

Triadic Colors of #aeaefb

#aeaefb #fbaeae #aefbae

Analogous Colors of #aeaefb

#aeaefb #d5aefb #aed5fb

Monochromatic Colors of #aeaefb

#aeaefb

Complementary Color

#aeaefb #fbfbae

#aeaefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaefb Color CSS Codes

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

#aeaefb Text Font Color

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

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


#aeaefb Background Color

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

This div background color is #aeaefb


#aeaefb Border Color

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

This div border color is #aeaefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaefb


Comments

No comments written yet.

Please login to write comment.