Color Hex Logo

#aeadfb Color Hex

#AEADFB
(174,173,251)
0 Favorites   0 Comments

Color spaces of #aeadfb

RGB 174173251
HSL0.670.910.83
HSV241°31°98°
CMYK 0.310.310.00   0.02
XYZ49.811745.850897.4915
Yxy45.85080.25790.2374
Hunter Lab67.713212.8114-37.9647
CIE-Lab73.448617.5656-38.5450

#aeadfb color RGB value is (174,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 11111011
Octal 256 255 373
Decimal 174 173 251
Hex AE AD FB

RGB Percentages of Color #aeadfb

%29.10
%28.93
%41.97

CMYK Percentages of Color #aeadfb

%31
%31
%0
%2

Triadic Colors of #aeadfb

#aeadfb #fbaead #adfbae

Analogous Colors of #aeadfb

#aeadfb #d5adfb #add3fb

Monochromatic Colors of #aeadfb

#aeadfb

Complementary Color

#aeadfb #fafbad

#aeadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeadfb Color CSS Codes

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

#aeadfb Text Font Color

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

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


#aeadfb Background Color

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

This div background color is #aeadfb


#aeadfb Border Color

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

This div border color is #aeadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeadfb


Comments

No comments written yet.

Please login to write comment.