Color Hex Logo

#aeadb4 Color Hex

#AEADB4
(174,173,180)
0 Favorites   0 Comments

Color spaces of #aeadb4

RGB 174173180
HSL0.690.040.69
HSV249°71°
CMYK 0.030.040.00   0.29
XYZ40.637342.181149.1800
Yxy42.18110.30790.3196
Hunter Lab64.9470-1.96980.5665
CIE-Lab70.99561.6928-3.4597

#aeadb4 color RGB value is (174,173,180).

#aeadb4 hex color red value is 174, green value is 173 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #aeadb4 hue: 0.69 , saturation: 0.04 and the lightness value of aeadb4 is 0.69.

The process color (four color CMYK) of #aeadb4 color hex is 0.03, 0.04, 0.00, 0.29. Web safe color of #aeadb4 is #9999cc. Color #aeadb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 10110100
Octal 256 255 264
Decimal 174 173 180
Hex AE AD B4

RGB Percentages of Color #aeadb4

%33.02
%32.83
%34.16

CMYK Percentages of Color #aeadb4

%3
%4
%0
%29

Triadic Colors of #aeadb4

#aeadb4 #b4aead #adb4ae

Analogous Colors of #aeadb4

#aeadb4 #b2adb4 #adb0b4

Monochromatic Colors of #aeadb4

#aeadb4

Complementary Color

#aeadb4 #b3b4ad

#aeadb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeadb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeadb4 Color CSS Codes

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

#aeadb4 Text Font Color

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

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


#aeadb4 Background Color

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

This div background color is #aeadb4


#aeadb4 Border Color

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

This div border color is #aeadb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeadb4


Comments

No comments written yet.

Please login to write comment.