color codes Logo

#aeb66a color codes

#AEB66A
(174,182,106)
0 Favorites   0 Comments

Color spaces of #aeb66a

RGB 174182106
HSL0.180.340.56
HSV66°42°71°
CMYK 0.040.000.42   0.29
XYZ36.785043.495220.0923
Yxy43.49520.36650.4333
Hunter Lab65.9509-15.853328.1026
CIE-Lab71.8898-14.461237.6701

#aeb66a color RGB value is (174,182,106).

#aeb66a hex color red value is 174, green value is 182 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #aeb66a hue: 0.18 , saturation: 0.34 and the lightness value of aeb66a is 0.56.

The process color (four color CMYK) of #aeb66a color code is 0.04, 0.00, 0.42, 0.29. Web safe color of #aeb66a is #99cc66. Color #aeb66a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 01101010
Octal 256 266 152
Decimal 174 182 106
Hex AE B6 6A

RGB Percentages of Color #aeb66a

%37.66
%39.39
%22.94

CMYK Percentages of Color #aeb66a

%4
%0
%42
%29

Triadic Colors of #aeb66a

#aeb66a #6aaeb6 #b66aae

Analogous Colors of #aeb66a

#aeb66a #88b66a #b6986a

Monochromatic Colors of #aeb66a

#aeb66a

Complementary Color

#aeb66a #726ab6

#aeb66a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb66a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb66a Color CSS Codes

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

#aeb66a Text Font Color

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

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


#aeb66a Background Color

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

This div background color is #aeb66a


#aeb66a Border Color

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

This div border color is #aeb66a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb66a


Comments

No comments written yet.

Please login to write comment.