Color Hex Logo

#aeb946 Color Hex

#AEB946
(174,185,70)
0 Favorites   0 Comments

Color spaces of #aeb946

RGB 17418570
HSL0.180.450.50
HSV66°62°73°
CMYK 0.060.000.62   0.27
XYZ35.910044.138812.4213
Yxy44.13880.38830.4773
Hunter Lab66.4370-19.783535.4209
CIE-Lab72.3212-19.233055.2792

#aeb946 color RGB value is (174,185,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 01000110
Octal 256 271 106
Decimal 174 185 70
Hex AE B9 46

RGB Percentages of Color #aeb946

%40.56
%43.12
%16.32

CMYK Percentages of Color #aeb946

%6
%0
%62
%27

Triadic Colors of #aeb946

#aeb946 #46aeb9 #b946ae

Analogous Colors of #aeb946

#aeb946 #75b946 #b98b46

Monochromatic Colors of #aeb946

#aeb946

Complementary Color

#aeb946 #5146b9

#aeb946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb946 Color CSS Codes

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

#aeb946 Text Font Color

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

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


#aeb946 Background Color

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

This div background color is #aeb946


#aeb946 Border Color

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

This div border color is #aeb946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb946


Comments

No comments written yet.

Please login to write comment.