Color Hex Logo

#aeadda Color Hex

#AEADDA
(174,173,218)
0 Favorites   0 Comments

Color spaces of #aeadda

RGB 174173218
HSL0.670.380.77
HSV241°21°85°
CMYK 0.200.210.00   0.15
XYZ45.054043.947872.4378
Yxy43.94780.27910.2722
Hunter Lab66.29315.2988-18.3804
CIE-Lab72.19369.7089-22.5370

#aeadda color RGB value is (174,173,218).

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

The process color (four color CMYK) of #aeadda color hex is 0.20, 0.21, 0.00, 0.15. Web safe color of #aeadda is #9999cc. Color #aeadda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 11011010
Octal 256 255 332
Decimal 174 173 218
Hex AE AD DA

RGB Percentages of Color #aeadda

%30.80
%30.62
%38.58

CMYK Percentages of Color #aeadda

%20
%21
%0
%15

Triadic Colors of #aeadda

#aeadda #daaead #addaae

Analogous Colors of #aeadda

#aeadda #c5adda #adc3da

Monochromatic Colors of #aeadda

#aeadda

Complementary Color

#aeadda #d9daad

#aeadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeadda Color CSS Codes

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

#aeadda Text Font Color

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

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


#aeadda Background Color

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

This div background color is #aeadda


#aeadda Border Color

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

This div border color is #aeadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeadda


Comments

No comments written yet.

Please login to write comment.