Color Hex Logo

#aeb67a Color Hex

#AEB67A
(174,182,122)
0 Favorites   0 Comments

Color spaces of #aeb67a

RGB 174182122
HSL0.190.290.60
HSV68°33°71°
CMYK 0.040.000.33   0.29
XYZ37.696443.859724.8913
Yxy43.85970.35410.4120
Hunter Lab66.2267-14.293924.0745
CIE-Lab72.1346-12.531829.6658

#aeb67a color RGB value is (174,182,122).

#aeb67a hex color red value is 174, green value is 182 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #aeb67a hue: 0.19 , saturation: 0.29 and the lightness value of aeb67a is 0.60.

The process color (four color CMYK) of #aeb67a color hex is 0.04, 0.00, 0.33, 0.29. Web safe color of #aeb67a is #99cc66. Color #aeb67a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 01111010
Octal 256 266 172
Decimal 174 182 122
Hex AE B6 7A

RGB Percentages of Color #aeb67a

%36.40
%38.08
%25.52

CMYK Percentages of Color #aeb67a

%4
%0
%33
%29

Triadic Colors of #aeb67a

#aeb67a #7aaeb6 #b67aae

Analogous Colors of #aeb67a

#aeb67a #90b67a #b6a07a

Monochromatic Colors of #aeb67a

#aeb67a

Complementary Color

#aeb67a #827ab6

#aeb67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb67a Color CSS Codes

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

#aeb67a Text Font Color

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

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


#aeb67a Background Color

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

This div background color is #aeb67a


#aeb67a Border Color

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

This div border color is #aeb67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb67a


Comments

No comments written yet.

Please login to write comment.