Color Hex Logo

#aeb950 Color Hex

#AEB950
(174,185,80)
0 Favorites   0 Comments

Color spaces of #aeb950

RGB 17418580
HSL0.180.430.52
HSV66°57°73°
CMYK 0.060.000.57   0.27
XYZ36.252544.275814.2248
Yxy44.27580.38260.4673
Hunter Lab66.5401-19.194433.9031
CIE-Lab72.4125-18.480950.9526

#aeb950 color RGB value is (174,185,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 01010000
Octal 256 271 120
Decimal 174 185 80
Hex AE B9 50

RGB Percentages of Color #aeb950

%39.64
%42.14
%18.22

CMYK Percentages of Color #aeb950

%6
%0
%57
%27

Triadic Colors of #aeb950

#aeb950 #50aeb9 #b950ae

Analogous Colors of #aeb950

#aeb950 #7ab950 #b99050

Monochromatic Colors of #aeb950

#aeb950

Complementary Color

#aeb950 #5b50b9

#aeb950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb950 Color CSS Codes

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

#aeb950 Text Font Color

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

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


#aeb950 Background Color

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

This div background color is #aeb950


#aeb950 Border Color

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

This div border color is #aeb950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb950


Comments

No comments written yet.

Please login to write comment.