Color Hex Logo

#aeb06e Color Hex

#AEB06E
(174,176,110)
0 Favorites   0 Comments

Color spaces of #aeb06e

RGB 174176110
HSL0.170.290.56
HSV62°38°69°
CMYK 0.010.000.38   0.31
XYZ35.795441.175120.8128
Yxy41.17510.36610.4211
Hunter Lab64.1678-12.719225.6868
CIE-Lab70.2984-10.899233.5813

#aeb06e color RGB value is (174,176,110).

#aeb06e hex color red value is 174, green value is 176 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #aeb06e hue: 0.17 , saturation: 0.29 and the lightness value of aeb06e is 0.56.

The process color (four color CMYK) of #aeb06e color hex is 0.01, 0.00, 0.38, 0.31. Web safe color of #aeb06e is #999966. Color #aeb06e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 01101110
Octal 256 260 156
Decimal 174 176 110
Hex AE B0 6E

RGB Percentages of Color #aeb06e

%37.83
%38.26
%23.91

CMYK Percentages of Color #aeb06e

%1
%0
%38
%31

Triadic Colors of #aeb06e

#aeb06e #6eaeb0 #b06eae

Analogous Colors of #aeb06e

#aeb06e #8db06e #b0916e

Monochromatic Colors of #aeb06e

#aeb06e

Complementary Color

#aeb06e #706eb0

#aeb06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb06e Color CSS Codes

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

#aeb06e Text Font Color

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

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


#aeb06e Background Color

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

This div background color is #aeb06e


#aeb06e Border Color

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

This div border color is #aeb06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb06e


Comments

No comments written yet.

Please login to write comment.