Color Hex Logo

#aeadea Color Hex

#AEADEA
(174,173,234)
0 Favorites   0 Comments

Color spaces of #aeadea

RGB 174173234
HSL0.670.590.80
HSV241°26°92°
CMYK 0.260.260.00   0.08
XYZ47.250444.826384.0039
Yxy44.82630.26830.2546
Hunter Lab66.95248.8062-27.5233
CIE-Lab72.777413.4275-30.3681

#aeadea color RGB value is (174,173,234).

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

The process color (four color CMYK) of #aeadea color hex is 0.26, 0.26, 0.00, 0.08. Web safe color of #aeadea is #9999ff. Color #aeadea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 11101010
Octal 256 255 352
Decimal 174 173 234
Hex AE AD EA

RGB Percentages of Color #aeadea

%29.95
%29.78
%40.28

CMYK Percentages of Color #aeadea

%26
%26
%0
%8

Triadic Colors of #aeadea

#aeadea #eaaead #adeaae

Analogous Colors of #aeadea

#aeadea #cdadea #adcbea

Monochromatic Colors of #aeadea

#aeadea

Complementary Color

#aeadea #e9eaad

#aeadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeadea Color CSS Codes

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

#aeadea Text Font Color

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

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


#aeadea Background Color

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

This div background color is #aeadea


#aeadea Border Color

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

This div border color is #aeadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeadea


Comments

No comments written yet.

Please login to write comment.