Color Hex Logo

#aeb953 Color Hex

#AEB953
(174,185,83)
0 Favorites   0 Comments

Color spaces of #aeb953

RGB 17418583
HSL0.180.420.53
HSV66°55°73°
CMYK 0.060.000.55   0.27
XYZ36.365944.321114.8218
Yxy44.32110.38080.4641
Hunter Lab66.5741-18.999633.4018
CIE-Lab72.4426-18.233149.6042

#aeb953 color RGB value is (174,185,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 01010011
Octal 256 271 123
Decimal 174 185 83
Hex AE B9 53

RGB Percentages of Color #aeb953

%39.37
%41.86
%18.78

CMYK Percentages of Color #aeb953

%6
%0
%55
%27

Triadic Colors of #aeb953

#aeb953 #53aeb9 #b953ae

Analogous Colors of #aeb953

#aeb953 #7bb953 #b99153

Monochromatic Colors of #aeb953

#aeb953

Complementary Color

#aeb953 #5e53b9

#aeb953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb953 Color CSS Codes

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

#aeb953 Text Font Color

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

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


#aeb953 Background Color

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

This div background color is #aeb953


#aeb953 Border Color

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

This div border color is #aeb953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb953


Comments

No comments written yet.

Please login to write comment.