Color Hex Logo

#aebeaa Color Hex

#AEBEAA
(174,190,170)
0 Favorites   0 Comments

Color spaces of #aebeaa

RGB 174190170
HSL0.300.130.71
HSV108°11°75°
CMYK 0.080.000.11   0.25
XYZ43.124748.727945.1627
Yxy48.72790.31470.3556
Hunter Lab69.8054-11.884810.5043
CIE-Lab75.2817-9.24828.2277

#aebeaa color RGB value is (174,190,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 10101010
Octal 256 276 252
Decimal 174 190 170
Hex AE BE AA

RGB Percentages of Color #aebeaa

%32.58
%35.58
%31.84

CMYK Percentages of Color #aebeaa

%8
%0
%11
%25

Triadic Colors of #aebeaa

#aebeaa #aaaebe #beaaae

Analogous Colors of #aebeaa

#aebeaa #aabeb0 #b8beaa

Monochromatic Colors of #aebeaa

#aebeaa

Complementary Color

#aebeaa #baaabe

#aebeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebeaa Color CSS Codes

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

#aebeaa Text Font Color

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

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


#aebeaa Background Color

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

This div background color is #aebeaa


#aebeaa Border Color

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

This div border color is #aebeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebeaa


Comments

No comments written yet.

Please login to write comment.