Color Hex Logo

#aea7d7 Color Hex

#AEA7D7
(174,167,215)
0 Favorites   0 Comments

Color spaces of #aea7d7

RGB 174167215
HSL0.690.380.75
HSV249°22°84°
CMYK 0.190.220.00   0.16
XYZ43.540041.542470.0137
Yxy41.54240.28070.2678
Hunter Lab64.45347.7881-19.2875
CIE-Lab70.554312.3582-23.3937

#aea7d7 color RGB value is (174,167,215).

#aea7d7 hex color red value is 174, green value is 167 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #aea7d7 hue: 0.69 , saturation: 0.38 and the lightness value of aea7d7 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 11010111
Octal 256 247 327
Decimal 174 167 215
Hex AE A7 D7

RGB Percentages of Color #aea7d7

%31.29
%30.04
%38.67

CMYK Percentages of Color #aea7d7

%19
%22
%0
%16

Triadic Colors of #aea7d7

#aea7d7 #d7aea7 #a7d7ae

Analogous Colors of #aea7d7

#aea7d7 #c6a7d7 #a7b8d7

Monochromatic Colors of #aea7d7

#aea7d7

Complementary Color

#aea7d7 #d0d7a7

#aea7d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea7d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea7d7 Color CSS Codes

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

#aea7d7 Text Font Color

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

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


#aea7d7 Background Color

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

This div background color is #aea7d7


#aea7d7 Border Color

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

This div border color is #aea7d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea7d7


Comments

No comments written yet.

Please login to write comment.