Color Hex Logo

#aeb50c Color Hex

#AEB50C
(174,181,12)
0 Favorites   0 Comments

Color spaces of #aeb50c

RGB 17418112
HSL0.170.880.38
HSV62°93°71°
CMYK 0.040.000.93   0.29
XYZ34.045842.07306.6743
Yxy42.07300.41120.5082
Hunter Lab64.8637-19.820039.3038
CIE-Lab70.9212-19.565071.0063

#aeb50c color RGB value is (174,181,12).

#aeb50c hex color red value is 174, green value is 181 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #aeb50c hue: 0.17 , saturation: 0.88 and the lightness value of aeb50c is 0.38.

The process color (four color CMYK) of #aeb50c color hex is 0.04, 0.00, 0.93, 0.29. Web safe color of #aeb50c is #99cc00. Color #aeb50c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110101 00001100
Octal 256 265 14
Decimal 174 181 12
Hex AE B5 C

RGB Percentages of Color #aeb50c

%47.41
%49.32
%3.27

CMYK Percentages of Color #aeb50c

%4
%0
%93
%29

Triadic Colors of #aeb50c

#aeb50c #0caeb5 #b50cae

Analogous Colors of #aeb50c

#aeb50c #5ab50c #b5680c

Monochromatic Colors of #aeb50c

#aeb50c

Complementary Color

#aeb50c #130cb5

#aeb50c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb50c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb50c Color CSS Codes

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

#aeb50c Text Font Color

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

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


#aeb50c Background Color

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

This div background color is #aeb50c


#aeb50c Border Color

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

This div border color is #aeb50c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb50c


Comments

No comments written yet.

Please login to write comment.