Color Hex Logo

#aeacb9 Color Hex

#AEACB9
(174,172,185)
0 Favorites   0 Comments

Color spaces of #aeacb9

RGB 174172185
HSL0.690.080.70
HSV249°73°
CMYK 0.060.070.00   0.27
XYZ40.965042.006551.8479
Yxy42.00650.30390.3116
Hunter Lab64.8124-0.6000-2.0614
CIE-Lab70.87543.2207-6.3930

#aeacb9 color RGB value is (174,172,185).

#aeacb9 hex color red value is 174, green value is 172 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #aeacb9 hue: 0.69 , saturation: 0.08 and the lightness value of aeacb9 is 0.70.

The process color (four color CMYK) of #aeacb9 color hex is 0.06, 0.07, 0.00, 0.27. Web safe color of #aeacb9 is #9999cc. Color #aeacb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 10111001
Octal 256 254 271
Decimal 174 172 185
Hex AE AC B9

RGB Percentages of Color #aeacb9

%32.77
%32.39
%34.84

CMYK Percentages of Color #aeacb9

%6
%7
%0
%27

Triadic Colors of #aeacb9

#aeacb9 #b9aeac #acb9ae

Analogous Colors of #aeacb9

#aeacb9 #b5acb9 #acb1b9

Monochromatic Colors of #aeacb9

#aeacb9

Complementary Color

#aeacb9 #b7b9ac

#aeacb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeacb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeacb9 Color CSS Codes

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

#aeacb9 Text Font Color

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

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


#aeacb9 Background Color

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

This div background color is #aeacb9


#aeacb9 Border Color

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

This div border color is #aeacb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeacb9


Comments

No comments written yet.

Please login to write comment.