Color Hex Logo

#aebd9f Color Hex

#AEBD9F
(174,189,159)
0 Favorites   0 Comments

Color spaces of #aebd9f

RGB 174189159
HSL0.250.190.68
HSV90°16°74°
CMYK 0.080.000.16   0.26
XYZ41.911247.897139.8370
Yxy47.89710.32330.3694
Hunter Lab69.2077-13.016514.3172
CIE-Lab74.7600-10.637413.4379

#aebd9f color RGB value is (174,189,159).

#aebd9f hex color red value is 174, green value is 189 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aebd9f hue: 0.25 , saturation: 0.19 and the lightness value of aebd9f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 10011111
Octal 256 275 237
Decimal 174 189 159
Hex AE BD 9F

RGB Percentages of Color #aebd9f

%33.33
%36.21
%30.46

CMYK Percentages of Color #aebd9f

%8
%0
%16
%26

Triadic Colors of #aebd9f

#aebd9f #9faebd #bd9fae

Analogous Colors of #aebd9f

#aebd9f #9fbd9f #bdbd9f

Monochromatic Colors of #aebd9f

#aebd9f

Complementary Color

#aebd9f #ae9fbd

#aebd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebd9f Color CSS Codes

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

#aebd9f Text Font Color

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

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


#aebd9f Background Color

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

This div background color is #aebd9f


#aebd9f Border Color

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

This div border color is #aebd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebd9f


Comments

No comments written yet.

Please login to write comment.