Color Hex Logo

#aeadb8 Color Hex

#AEADB8
(174,173,184)
0 Favorites   0 Comments

Color spaces of #aeadb8

RGB 174173184
HSL0.680.070.70
HSV245°72°
CMYK 0.050.060.00   0.28
XYZ41.050942.346551.3575
Yxy42.34650.30460.3142
Hunter Lab65.0742-1.2763-1.2406
CIE-Lab71.10922.4769-5.4960

#aeadb8 color RGB value is (174,173,184).

#aeadb8 hex color red value is 174, green value is 173 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #aeadb8 hue: 0.68 , saturation: 0.07 and the lightness value of aeadb8 is 0.70.

The process color (four color CMYK) of #aeadb8 color hex is 0.05, 0.06, 0.00, 0.28. Web safe color of #aeadb8 is #9999cc. Color #aeadb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 10111000
Octal 256 255 270
Decimal 174 173 184
Hex AE AD B8

RGB Percentages of Color #aeadb8

%32.77
%32.58
%34.65

CMYK Percentages of Color #aeadb8

%5
%6
%0
%28

Triadic Colors of #aeadb8

#aeadb8 #b8aead #adb8ae

Analogous Colors of #aeadb8

#aeadb8 #b4adb8 #adb2b8

Monochromatic Colors of #aeadb8

#aeadb8

Complementary Color

#aeadb8 #b7b8ad

#aeadb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeadb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeadb8 Color CSS Codes

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

#aeadb8 Text Font Color

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

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


#aeadb8 Background Color

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

This div background color is #aeadb8


#aeadb8 Border Color

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

This div border color is #aeadb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeadb8

#aeadb8 Color Palettes


Comments

No comments written yet.

Please login to write comment.