Color Hex Logo

#aeb660 Color Hex

#AEB660
(174,182,96)
0 Favorites   0 Comments

Color spaces of #aeb660

RGB 17418296
HSL0.180.370.55
HSV66°47°71°
CMYK 0.040.000.47   0.29
XYZ36.294843.299117.5110
Yxy43.29910.37380.4459
Hunter Lab65.8021-16.697430.2834
CIE-Lab71.7575-15.516942.5433

#aeb660 color RGB value is (174,182,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 01100000
Octal 256 266 140
Decimal 174 182 96
Hex AE B6 60

RGB Percentages of Color #aeb660

%38.50
%40.27
%21.24

CMYK Percentages of Color #aeb660

%4
%0
%47
%29

Triadic Colors of #aeb660

#aeb660 #60aeb6 #b660ae

Analogous Colors of #aeb660

#aeb660 #83b660 #b69360

Monochromatic Colors of #aeb660

#aeb660

Complementary Color

#aeb660 #6860b6

#aeb660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb660 Color CSS Codes

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

#aeb660 Text Font Color

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

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


#aeb660 Background Color

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

This div background color is #aeb660


#aeb660 Border Color

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

This div border color is #aeb660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb660


Comments

No comments written yet.

Please login to write comment.