Color Hex Logo

#aeb4ac Color Hex

#AEB4AC
(174,180,172)
0 Favorites   0 Comments

Color spaces of #aeb4ac

RGB 174180172
HSL0.290.050.69
HSV105°71°
CMYK 0.030.000.04   0.29
XYZ41.223244.619745.4695
Yxy44.61970.31390.3398
Hunter Lab66.7980-6.73836.3998
CIE-Lab72.6408-3.59683.3374

#aeb4ac color RGB value is (174,180,172).

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

The process color (four color CMYK) of #aeb4ac color hex is 0.03, 0.00, 0.04, 0.29. Web safe color of #aeb4ac is #99cc99. Color #aeb4ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 10101100
Octal 256 264 254
Decimal 174 180 172
Hex AE B4 AC

RGB Percentages of Color #aeb4ac

%33.08
%34.22
%32.70

CMYK Percentages of Color #aeb4ac

%3
%0
%4
%29

Triadic Colors of #aeb4ac

#aeb4ac #acaeb4 #b4acae

Analogous Colors of #aeb4ac

#aeb4ac #acb4ae #b2b4ac

Monochromatic Colors of #aeb4ac

#aeb4ac

Complementary Color

#aeb4ac #b2acb4

#aeb4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb4ac Color CSS Codes

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

#aeb4ac Text Font Color

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

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


#aeb4ac Background Color

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

This div background color is #aeb4ac


#aeb4ac Border Color

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

This div border color is #aeb4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb4ac

#aeb4ac Color Palettes


Comments

No comments written yet.

Please login to write comment.