Color Hex Logo

#aeb86b Color Hex

#AEB86B
(174,184,107)
0 Favorites   0 Comments

Color spaces of #aeb86b

RGB 174184107
HSL0.190.350.57
HSV68°42°72°
CMYK 0.050.000.42   0.28
XYZ37.249944.341220.5053
Yxy44.34120.36490.4343
Hunter Lab66.5892-16.678428.3548
CIE-Lab72.4560-15.373137.8714

#aeb86b color RGB value is (174,184,107).

#aeb86b hex color red value is 174, green value is 184 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aeb86b hue: 0.19 , saturation: 0.35 and the lightness value of aeb86b is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111000 01101011
Octal 256 270 153
Decimal 174 184 107
Hex AE B8 6B

RGB Percentages of Color #aeb86b

%37.42
%39.57
%23.01

CMYK Percentages of Color #aeb86b

%5
%0
%42
%28

Triadic Colors of #aeb86b

#aeb86b #6baeb8 #b86bae

Analogous Colors of #aeb86b

#aeb86b #88b86b #b89c6b

Monochromatic Colors of #aeb86b

#aeb86b

Complementary Color

#aeb86b #756bb8

#aeb86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb86b Color CSS Codes

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

#aeb86b Text Font Color

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

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


#aeb86b Background Color

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

This div background color is #aeb86b


#aeb86b Border Color

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

This div border color is #aeb86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb86b


Comments

No comments written yet.

Please login to write comment.