Color Hex Logo

#aeb95b Color Hex

#AEB95B
(174,185,91)
0 Favorites   0 Comments

Color spaces of #aeb95b

RGB 17418591
HSL0.190.400.54
HSV67°51°73°
CMYK 0.060.000.51   0.27
XYZ36.692844.451916.5437
Yxy44.45190.37560.4550
Hunter Lab66.6723-18.439731.9587
CIE-Lab72.5295-17.523445.9150

#aeb95b color RGB value is (174,185,91).

#aeb95b hex color red value is 174, green value is 185 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #aeb95b hue: 0.19 , saturation: 0.40 and the lightness value of aeb95b is 0.54.

The process color (four color CMYK) of #aeb95b color hex is 0.06, 0.00, 0.51, 0.27. Web safe color of #aeb95b is #99cc66. Color #aeb95b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 01011011
Octal 256 271 133
Decimal 174 185 91
Hex AE B9 5B

RGB Percentages of Color #aeb95b

%38.67
%41.11
%20.22

CMYK Percentages of Color #aeb95b

%6
%0
%51
%27

Triadic Colors of #aeb95b

#aeb95b #5baeb9 #b95bae

Analogous Colors of #aeb95b

#aeb95b #7fb95b #b9955b

Monochromatic Colors of #aeb95b

#aeb95b

Complementary Color

#aeb95b #665bb9

#aeb95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb95b Color CSS Codes

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

#aeb95b Text Font Color

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

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


#aeb95b Background Color

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

This div background color is #aeb95b


#aeb95b Border Color

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

This div border color is #aeb95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb95b


Comments

No comments written yet.

Please login to write comment.