Color Hex Logo

#aeb560 Color Hex

#AEB560
(174,181,96)
0 Favorites   0 Comments

Color spaces of #aeb560

RGB 17418196
HSL0.180.360.54
HSV65°47°71°
CMYK 0.040.000.47   0.29
XYZ36.090842.890917.4429
Yxy42.89090.37430.4448
Hunter Lab65.4911-16.241930.0525
CIE-Lab71.4809-15.005342.2075

#aeb560 color RGB value is (174,181,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110101 01100000
Octal 256 265 140
Decimal 174 181 96
Hex AE B5 60

RGB Percentages of Color #aeb560

%38.58
%40.13
%21.29

CMYK Percentages of Color #aeb560

%4
%0
%47
%29

Triadic Colors of #aeb560

#aeb560 #60aeb5 #b560ae

Analogous Colors of #aeb560

#aeb560 #84b560 #b59260

Monochromatic Colors of #aeb560

#aeb560

Complementary Color

#aeb560 #6760b5

#aeb560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb560 Color CSS Codes

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

#aeb560 Text Font Color

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

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


#aeb560 Background Color

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

This div background color is #aeb560


#aeb560 Border Color

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

This div border color is #aeb560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb560


Comments

No comments written yet.

Please login to write comment.