Color Hex Logo

#aeb69f Color Hex

#AEB69F
(174,182,159)
0 Favorites   0 Comments

Color spaces of #aeb69f

RGB 174182159
HSL0.220.140.67
HSV81°13°71°
CMYK 0.040.000.13   0.29
XYZ40.441544.957839.3471
Yxy44.95780.32420.3604
Hunter Lab67.0506-9.676412.1424
CIE-Lab72.8641-6.967010.7579

#aeb69f color RGB value is (174,182,159).

#aeb69f hex color red value is 174, green value is 182 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aeb69f hue: 0.22 , saturation: 0.14 and the lightness value of aeb69f is 0.67.

The process color (four color CMYK) of #aeb69f color hex is 0.04, 0.00, 0.13, 0.29. Web safe color of #aeb69f is #99cc99. Color #aeb69f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 10011111
Octal 256 266 237
Decimal 174 182 159
Hex AE B6 9F

RGB Percentages of Color #aeb69f

%33.79
%35.34
%30.87

CMYK Percentages of Color #aeb69f

%4
%0
%13
%29

Triadic Colors of #aeb69f

#aeb69f #9faeb6 #b69fae

Analogous Colors of #aeb69f

#aeb69f #a3b69f #b6b39f

Monochromatic Colors of #aeb69f

#aeb69f

Complementary Color

#aeb69f #a79fb6

#aeb69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb69f Color CSS Codes

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

#aeb69f Text Font Color

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

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


#aeb69f Background Color

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

This div background color is #aeb69f


#aeb69f Border Color

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

This div border color is #aeb69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb69f


Comments

No comments written yet.

Please login to write comment.