color codes Logo

#aeb99f color codes

#AEB99F
(174,185,159)
0 Favorites   0 Comments

Color spaces of #aeb99f

RGB 174185159
HSL0.240.160.67
HSV85°14°73°
CMYK 0.060.000.14   0.27
XYZ41.062546.199839.5541
Yxy46.19980.32380.3643
Hunter Lab67.9704-11.112313.0766
CIE-Lab73.6750-8.547111.9066

#aeb99f color RGB value is (174,185,159).

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

The process color (four color CMYK) of #aeb99f color code is 0.06, 0.00, 0.14, 0.27. Web safe color of #aeb99f is #99cc99. Color #aeb99f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 10011111
Octal 256 271 237
Decimal 174 185 159
Hex AE B9 9F

RGB Percentages of Color #aeb99f

%33.59
%35.71
%30.69

CMYK Percentages of Color #aeb99f

%6
%0
%14
%27

Triadic Colors of #aeb99f

#aeb99f #9faeb9 #b99fae

Analogous Colors of #aeb99f

#aeb99f #a1b99f #b9b79f

Monochromatic Colors of #aeb99f

#aeb99f

Complementary Color

#aeb99f #aa9fb9

#aeb99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb99f Color CSS Codes

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

#aeb99f Text Font Color

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

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


#aeb99f Background Color

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

This div background color is #aeb99f


#aeb99f Border Color

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

This div border color is #aeb99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb99f


Comments

No comments written yet.

Please login to write comment.