Color Hex Logo

#aeb951 Color Hex

#AEB951
(174,185,81)
0 Favorites   0 Comments

Color spaces of #aeb951

RGB 17418581
HSL0.180.430.52
HSV66°56°73°
CMYK 0.060.000.56   0.27
XYZ36.289744.290714.4209
Yxy44.29070.38200.4662
Hunter Lab66.5513-19.130533.7384
CIE-Lab72.4224-18.399750.5055

#aeb951 color RGB value is (174,185,81).

#aeb951 hex color red value is 174, green value is 185 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #aeb951 hue: 0.18 , saturation: 0.43 and the lightness value of aeb951 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 01010001
Octal 256 271 121
Decimal 174 185 81
Hex AE B9 51

RGB Percentages of Color #aeb951

%39.55
%42.05
%18.41

CMYK Percentages of Color #aeb951

%6
%0
%56
%27

Triadic Colors of #aeb951

#aeb951 #51aeb9 #b951ae

Analogous Colors of #aeb951

#aeb951 #7ab951 #b99051

Monochromatic Colors of #aeb951

#aeb951

Complementary Color

#aeb951 #5c51b9

#aeb951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb951 Color CSS Codes

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

#aeb951 Text Font Color

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

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


#aeb951 Background Color

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

This div background color is #aeb951


#aeb951 Border Color

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

This div border color is #aeb951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb951


Comments

No comments written yet.

Please login to write comment.