Color Hex Logo

#aeb0ad Color Hex

#AEB0AD
(174,176,173)
0 Favorites   0 Comments

Color spaces of #aeb0ad

RGB 174176173
HSL0.280.020.68
HSV100°69°
CMYK 0.010.000.02   0.31
XYZ40.523743.066545.7120
Yxy43.06650.31340.3331
Hunter Lab65.6251-4.61954.6383
CIE-Lab71.6001-1.26401.2778

#aeb0ad color RGB value is (174,176,173).

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

The process color (four color CMYK) of #aeb0ad color hex is 0.01, 0.00, 0.02, 0.31. Web safe color of #aeb0ad is #999999. Color #aeb0ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 10101101
Octal 256 260 255
Decimal 174 176 173
Hex AE B0 AD

RGB Percentages of Color #aeb0ad

%33.27
%33.65
%33.08

CMYK Percentages of Color #aeb0ad

%1
%0
%2
%31

Triadic Colors of #aeb0ad

#aeb0ad #adaeb0 #b0adae

Analogous Colors of #aeb0ad

#aeb0ad #adb0ae #b0b0ad

Monochromatic Colors of #aeb0ad

#aeb0ad

Complementary Color

#aeb0ad #afadb0

#aeb0ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb0ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb0ad Color CSS Codes

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

#aeb0ad Text Font Color

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

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


#aeb0ad Background Color

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

This div background color is #aeb0ad


#aeb0ad Border Color

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

This div border color is #aeb0ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb0ad


Comments

No comments written yet.

Please login to write comment.