Color Hex Logo

#aeb17c Color Hex

#AEB17C
(174,177,124)
0 Favorites   0 Comments

Color spaces of #aeb17c

RGB 174177124
HSL0.180.250.59
HSV63°30°69°
CMYK 0.020.000.30   0.31
XYZ36.815841.898225.2155
Yxy41.89820.35420.4031
Hunter Lab64.7288-11.750022.2134
CIE-Lab70.8007-9.665126.8373

#aeb17c color RGB value is (174,177,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 01111100
Octal 256 261 174
Decimal 174 177 124
Hex AE B1 7C

RGB Percentages of Color #aeb17c

%36.63
%37.26
%26.11

CMYK Percentages of Color #aeb17c

%2
%0
%30
%31

Triadic Colors of #aeb17c

#aeb17c #7caeb1 #b17cae

Analogous Colors of #aeb17c

#aeb17c #94b17c #b19a7c

Monochromatic Colors of #aeb17c

#aeb17c

Complementary Color

#aeb17c #7f7cb1

#aeb17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb17c Color CSS Codes

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

#aeb17c Text Font Color

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

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


#aeb17c Background Color

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

This div background color is #aeb17c


#aeb17c Border Color

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

This div border color is #aeb17c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb17c


Comments

No comments written yet.

Please login to write comment.