Color Hex Logo

#aeb07c Color Hex

#AEB07C
(174,176,124)
0 Favorites   0 Comments

Color spaces of #aeb07c

RGB 174176124
HSL0.170.250.59
HSV62°30°69°
CMYK 0.010.000.30   0.31
XYZ36.619041.504625.1499
Yxy41.50460.35460.4019
Hunter Lab64.4241-11.281721.9512
CIE-Lab70.5280-9.140426.4738

#aeb07c color RGB value is (174,176,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 01111100
Octal 256 260 174
Decimal 174 176 124
Hex AE B0 7C

RGB Percentages of Color #aeb07c

%36.71
%37.13
%26.16

CMYK Percentages of Color #aeb07c

%1
%0
%30
%31

Triadic Colors of #aeb07c

#aeb07c #7caeb0 #b07cae

Analogous Colors of #aeb07c

#aeb07c #94b07c #b0987c

Monochromatic Colors of #aeb07c

#aeb07c

Complementary Color

#aeb07c #7e7cb0

#aeb07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb07c Color CSS Codes

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

#aeb07c Text Font Color

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

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


#aeb07c Background Color

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

This div background color is #aeb07c


#aeb07c Border Color

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

This div border color is #aeb07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb07c

#aeb07c Color Palettes


Comments

No comments written yet.

Please login to write comment.