Color Hex Logo

#aeb90c Color Hex

#AEB90C
(174,185,12)
0 Favorites   0 Comments

Color spaces of #aeb90c

RGB 17418512
HSL0.180.880.39
HSV64°94°73°
CMYK 0.060.000.94   0.27
XYZ34.870943.72316.9493
Yxy43.72310.40760.5111
Hunter Lab66.1234-21.582240.0553
CIE-Lab72.0430-21.554771.8719

#aeb90c color RGB value is (174,185,12).

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

The process color (four color CMYK) of #aeb90c color hex is 0.06, 0.00, 0.94, 0.27. Web safe color of #aeb90c is #99cc00. Color #aeb90c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 00001100
Octal 256 271 14
Decimal 174 185 12
Hex AE B9 C

RGB Percentages of Color #aeb90c

%46.90
%49.87
%3.23

CMYK Percentages of Color #aeb90c

%6
%0
%94
%27

Triadic Colors of #aeb90c

#aeb90c #0caeb9 #b90cae

Analogous Colors of #aeb90c

#aeb90c #58b90c #b96e0c

Monochromatic Colors of #aeb90c

#aeb90c

Complementary Color

#aeb90c #170cb9

#aeb90c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb90c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb90c Color CSS Codes

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

#aeb90c Text Font Color

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

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


#aeb90c Background Color

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

This div background color is #aeb90c


#aeb90c Border Color

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

This div border color is #aeb90c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,185,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 #aeb90c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb90c


Comments

No comments written yet.

Please login to write comment.