Color Hex Logo

#aebaad Color Hex

#AEBAAD
(174,186,173)
0 Favorites   0 Comments

Color spaces of #aebaad

RGB 174186173
HSL0.320.090.70
HSV115°73°
CMYK 0.060.000.07   0.27
XYZ42.557347.133646.3899
Yxy47.13360.31270.3464
Hunter Lab68.6539-9.49557.9951
CIE-Lab74.2751-6.60195.1533

#aebaad color RGB value is (174,186,173).

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

The process color (four color CMYK) of #aebaad color hex is 0.06, 0.00, 0.07, 0.27. Web safe color of #aebaad is #99cc99. Color #aebaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 10101101
Octal 256 272 255
Decimal 174 186 173
Hex AE BA AD

RGB Percentages of Color #aebaad

%32.65
%34.90
%32.46

CMYK Percentages of Color #aebaad

%6
%0
%7
%27

Triadic Colors of #aebaad

#aebaad #adaeba #baadae

Analogous Colors of #aebaad

#aebaad #adbab3 #b5baad

Monochromatic Colors of #aebaad

#aebaad

Complementary Color

#aebaad #b9adba

#aebaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebaad Color CSS Codes

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

#aebaad Text Font Color

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

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


#aebaad Background Color

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

This div background color is #aebaad


#aebaad Border Color

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

This div border color is #aebaad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,186,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 #aebaad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebaad


Comments

No comments written yet.

Please login to write comment.