Color Hex Logo

#aeb77f Color Hex

#AEB77F
(174,183,127)
0 Favorites   0 Comments

Color spaces of #aeb77f

RGB 174183127
HSL0.190.280.61
HSV70°31°72°
CMYK 0.050.000.31   0.28
XYZ38.219844.397926.6339
Yxy44.39790.34980.4064
Hunter Lab66.6317-14.218422.9430
CIE-Lab72.4937-12.386927.4952

#aeb77f color RGB value is (174,183,127).

#aeb77f hex color red value is 174, green value is 183 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aeb77f hue: 0.19 , saturation: 0.28 and the lightness value of aeb77f is 0.61.

The process color (four color CMYK) of #aeb77f color hex is 0.05, 0.00, 0.31, 0.28. Web safe color of #aeb77f is #99cc66. Color #aeb77f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 01111111
Octal 256 267 177
Decimal 174 183 127
Hex AE B7 7F

RGB Percentages of Color #aeb77f

%35.95
%37.81
%26.24

CMYK Percentages of Color #aeb77f

%5
%0
%31
%28

Triadic Colors of #aeb77f

#aeb77f #7faeb7 #b77fae

Analogous Colors of #aeb77f

#aeb77f #92b77f #b7a47f

Monochromatic Colors of #aeb77f

#aeb77f

Complementary Color

#aeb77f #887fb7

#aeb77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb77f Color CSS Codes

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

#aeb77f Text Font Color

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

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


#aeb77f Background Color

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

This div background color is #aeb77f


#aeb77f Border Color

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

This div border color is #aeb77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb77f


Comments

No comments written yet.

Please login to write comment.