Color Hex Logo

#aeb17f Color Hex

#AEB17F
(174,177,127)
0 Favorites   0 Comments

Color spaces of #aeb17f

RGB 174177127
HSL0.180.240.60
HSV64°28°69°
CMYK 0.020.000.28   0.31
XYZ37.008541.975326.2302
Yxy41.97530.35170.3990
Hunter Lab64.7883-11.416621.3477
CIE-Lab70.8539-9.259725.3032

#aeb17f color RGB value is (174,177,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 01111111
Octal 256 261 177
Decimal 174 177 127
Hex AE B1 7F

RGB Percentages of Color #aeb17f

%36.40
%37.03
%26.57

CMYK Percentages of Color #aeb17f

%2
%0
%28
%31

Triadic Colors of #aeb17f

#aeb17f #7faeb1 #b17fae

Analogous Colors of #aeb17f

#aeb17f #95b17f #b19b7f

Monochromatic Colors of #aeb17f

#aeb17f

Complementary Color

#aeb17f #827fb1

#aeb17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb17f Color CSS Codes

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

#aeb17f Text Font Color

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

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


#aeb17f Background Color

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

This div background color is #aeb17f


#aeb17f Border Color

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

This div border color is #aeb17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb17f


Comments

No comments written yet.

Please login to write comment.