Color Hex Logo

#aeb060 Color Hex

#AEB060
(174,176,96)
0 Favorites   0 Comments

Color spaces of #aeb060

RGB 17417696
HSL0.170.340.53
HSV61°45°69°
CMYK 0.010.000.45   0.31
XYZ35.092240.893917.1101
Yxy40.89390.37690.4393
Hunter Lab63.9483-13.956228.9001
CIE-Lab70.1015-12.430540.5246

#aeb060 color RGB value is (174,176,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 01100000
Octal 256 260 140
Decimal 174 176 96
Hex AE B0 60

RGB Percentages of Color #aeb060

%39.01
%39.46
%21.52

CMYK Percentages of Color #aeb060

%1
%0
%45
%31

Triadic Colors of #aeb060

#aeb060 #60aeb0 #b060ae

Analogous Colors of #aeb060

#aeb060 #86b060 #b08a60

Monochromatic Colors of #aeb060

#aeb060

Complementary Color

#aeb060 #6260b0

#aeb060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb060 Color CSS Codes

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

#aeb060 Text Font Color

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

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


#aeb060 Background Color

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

This div background color is #aeb060


#aeb060 Border Color

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

This div border color is #aeb060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb060


Comments

No comments written yet.

Please login to write comment.