Color Hex Logo

#aebeab Color Hex

#AEBEAB
(174,190,171)
0 Favorites   0 Comments

Color spaces of #aebeab

RGB 174190171
HSL0.310.130.71
HSV111°10°75°
CMYK 0.080.000.10   0.25
XYZ43.219748.765945.6629
Yxy48.76590.31400.3543
Hunter Lab69.8326-11.732610.1136
CIE-Lab75.3055-9.06857.7200

#aebeab color RGB value is (174,190,171).

#aebeab hex color red value is 174, green value is 190 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aebeab hue: 0.31 , saturation: 0.13 and the lightness value of aebeab is 0.71.

The process color (four color CMYK) of #aebeab color hex is 0.08, 0.00, 0.10, 0.25. Web safe color of #aebeab is #99cc99. Color #aebeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 10101011
Octal 256 276 253
Decimal 174 190 171
Hex AE BE AB

RGB Percentages of Color #aebeab

%32.52
%35.51
%31.96

CMYK Percentages of Color #aebeab

%8
%0
%10
%25

Triadic Colors of #aebeab

#aebeab #abaebe #beabae

Analogous Colors of #aebeab

#aebeab #abbeb2 #b8beab

Monochromatic Colors of #aebeab

#aebeab

Complementary Color

#aebeab #bbabbe

#aebeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebeab Color CSS Codes

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

#aebeab Text Font Color

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

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


#aebeab Background Color

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

This div background color is #aebeab


#aebeab Border Color

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

This div border color is #aebeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebeab


Comments

No comments written yet.

Please login to write comment.