Color Hex Logo

#aebdaa Color Hex

#AEBDAA
(174,189,170)
0 Favorites   0 Comments

Color spaces of #aebdaa

RGB 174189170
HSL0.300.130.70
HSV107°10°74°
CMYK 0.080.000.10   0.26
XYZ42.908948.296145.0908
Yxy48.29610.31480.3543
Hunter Lab69.4954-11.404810.1776
CIE-Lab75.0113-8.72457.8407

#aebdaa color RGB value is (174,189,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 10101010
Octal 256 275 252
Decimal 174 189 170
Hex AE BD AA

RGB Percentages of Color #aebdaa

%32.65
%35.46
%31.89

CMYK Percentages of Color #aebdaa

%8
%0
%10
%26

Triadic Colors of #aebdaa

#aebdaa #aaaebd #bdaaae

Analogous Colors of #aebdaa

#aebdaa #aabdb0 #b8bdaa

Monochromatic Colors of #aebdaa

#aebdaa

Complementary Color

#aebdaa #b9aabd

#aebdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebdaa Color CSS Codes

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

#aebdaa Text Font Color

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

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


#aebdaa Background Color

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

This div background color is #aebdaa


#aebdaa Border Color

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

This div border color is #aebdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebdaa


Comments

No comments written yet.

Please login to write comment.