Color Hex Logo

#aeb076 Color Hex

#AEB076
(174,176,118)
0 Favorites   0 Comments

Color spaces of #aeb076

RGB 174176118
HSL0.170.270.58
HSV62°33°69°
CMYK 0.010.000.33   0.31
XYZ36.250941.357323.2117
Yxy41.35730.35960.4102
Hunter Lab64.3096-11.922723.6168
CIE-Lab70.4255-9.921929.5340

#aeb076 color RGB value is (174,176,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 01110110
Octal 256 260 166
Decimal 174 176 118
Hex AE B0 76

RGB Percentages of Color #aeb076

%37.18
%37.61
%25.21

CMYK Percentages of Color #aeb076

%1
%0
%33
%31

Triadic Colors of #aeb076

#aeb076 #76aeb0 #b076ae

Analogous Colors of #aeb076

#aeb076 #91b076 #b09576

Monochromatic Colors of #aeb076

#aeb076

Complementary Color

#aeb076 #7876b0

#aeb076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb076 Color CSS Codes

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

#aeb076 Text Font Color

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

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


#aeb076 Background Color

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

This div background color is #aeb076


#aeb076 Border Color

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

This div border color is #aeb076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb076


Comments

No comments written yet.

Please login to write comment.