Color Hex Logo

#aebaab Color Hex

#AEBAAB
(174,186,171)
0 Favorites   0 Comments

Color spaces of #aebaab

RGB 174186171
HSL0.300.100.70
HSV108°73°
CMYK 0.060.000.08   0.27
XYZ42.365247.056845.3781
Yxy47.05680.31430.3491
Hunter Lab68.5980-9.80728.7978
CIE-Lab74.2261-6.96696.1709

#aebaab color RGB value is (174,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 10101011
Octal 256 272 253
Decimal 174 186 171
Hex AE BA AB

RGB Percentages of Color #aebaab

%32.77
%35.03
%32.20

CMYK Percentages of Color #aebaab

%6
%0
%8
%27

Triadic Colors of #aebaab

#aebaab #abaeba #baabae

Analogous Colors of #aebaab

#aebaab #abbab0 #b6baab

Monochromatic Colors of #aebaab

#aebaab

Complementary Color

#aebaab #b7abba

#aebaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebaab Color CSS Codes

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

#aebaab Text Font Color

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

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


#aebaab Background Color

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

This div background color is #aebaab


#aebaab Border Color

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

This div border color is #aebaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebaab


Comments

No comments written yet.

Please login to write comment.