Color Hex Logo

#aeadc7 Color Hex

#AEADC7
(174,173,199)
0 Favorites   0 Comments

Color spaces of #aeadc7

RGB 174173199
HSL0.670.190.73
HSV242°13°78°
CMYK 0.130.130.00   0.22
XYZ42.707943.009360.0835
Yxy43.00930.29290.2950
Hunter Lab65.58151.4750-8.4124
CIE-Lab71.56135.5464-13.0768

#aeadc7 color RGB value is (174,173,199).

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

The process color (four color CMYK) of #aeadc7 color hex is 0.13, 0.13, 0.00, 0.22. Web safe color of #aeadc7 is #9999cc. Color #aeadc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 11000111
Octal 256 255 307
Decimal 174 173 199
Hex AE AD C7

RGB Percentages of Color #aeadc7

%31.87
%31.68
%36.45

CMYK Percentages of Color #aeadc7

%13
%13
%0
%22

Triadic Colors of #aeadc7

#aeadc7 #c7aead #adc7ae

Analogous Colors of #aeadc7

#aeadc7 #bbadc7 #adb9c7

Monochromatic Colors of #aeadc7

#aeadc7

Complementary Color

#aeadc7 #c6c7ad

#aeadc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeadc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeadc7 Color CSS Codes

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

#aeadc7 Text Font Color

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

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


#aeadc7 Background Color

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

This div background color is #aeadc7


#aeadc7 Border Color

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

This div border color is #aeadc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeadc7


Comments

No comments written yet.

Please login to write comment.