Color Hex Logo

#aeb947 Color Hex

#AEB947
(174,185,71)
0 Favorites   0 Comments

Color spaces of #aeb947

RGB 17418571
HSL0.180.450.50
HSV66°62°73°
CMYK 0.060.000.62   0.27
XYZ35.941944.151512.5890
Yxy44.15150.38780.4764
Hunter Lab66.4466-19.728435.2795
CIE-Lab72.3296-19.162554.8593

#aeb947 color RGB value is (174,185,71).

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

The process color (four color CMYK) of #aeb947 color hex is 0.06, 0.00, 0.62, 0.27. Web safe color of #aeb947 is #99cc33. Color #aeb947 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 01000111
Octal 256 271 107
Decimal 174 185 71
Hex AE B9 47

RGB Percentages of Color #aeb947

%40.47
%43.02
%16.51

CMYK Percentages of Color #aeb947

%6
%0
%62
%27

Triadic Colors of #aeb947

#aeb947 #47aeb9 #b947ae

Analogous Colors of #aeb947

#aeb947 #75b947 #b98b47

Monochromatic Colors of #aeb947

#aeb947

Complementary Color

#aeb947 #5247b9

#aeb947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb947 Color CSS Codes

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

#aeb947 Text Font Color

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

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


#aeb947 Background Color

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

This div background color is #aeb947


#aeb947 Border Color

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

This div border color is #aeb947


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb947


Comments

No comments written yet.

Please login to write comment.