Color Hex Logo

#aeb09f Color Hex

#AEB09F
(174,176,159)
0 Favorites   0 Comments

Color spaces of #aeb09f

RGB 174176159
HSL0.190.100.66
HSV67°10°69°
CMYK 0.010.000.10   0.31
XYZ39.238942.552538.9462
Yxy42.55250.32500.3524
Hunter Lab65.2323-6.784110.2642
CIE-Lab71.2502-3.77578.4608

#aeb09f color RGB value is (174,176,159).

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

The process color (four color CMYK) of #aeb09f color hex is 0.01, 0.00, 0.10, 0.31. Web safe color of #aeb09f is #999999. Color #aeb09f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 10011111
Octal 256 260 237
Decimal 174 176 159
Hex AE B0 9F

RGB Percentages of Color #aeb09f

%34.18
%34.58
%31.24

CMYK Percentages of Color #aeb09f

%1
%0
%10
%31

Triadic Colors of #aeb09f

#aeb09f #9faeb0 #b09fae

Analogous Colors of #aeb09f

#aeb09f #a6b09f #b0aa9f

Monochromatic Colors of #aeb09f

#aeb09f

Complementary Color

#aeb09f #a19fb0

#aeb09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb09f Color CSS Codes

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

#aeb09f Text Font Color

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

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


#aeb09f Background Color

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

This div background color is #aeb09f


#aeb09f Border Color

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

This div border color is #aeb09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb09f


Comments

No comments written yet.

Please login to write comment.