Color Hex Logo

#aeb00a Color Hex

#AEB00A
(174,176,10)
0 Favorites   0 Comments

Color spaces of #aeb00a

RGB 17417610
HSL0.170.890.36
HSV61°94°69°
CMYK 0.010.000.94   0.31
XYZ33.035740.07136.2805
Yxy40.07130.41610.5048
Hunter Lab63.3019-17.623638.4289
CIE-Lab69.5203-17.073670.1733

#aeb00a color RGB value is (174,176,10).

#aeb00a hex color red value is 174, green value is 176 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aeb00a hue: 0.17 , saturation: 0.89 and the lightness value of aeb00a is 0.36.

The process color (four color CMYK) of #aeb00a color hex is 0.01, 0.00, 0.94, 0.31. Web safe color of #aeb00a is #999900. Color #aeb00a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 00001010
Octal 256 260 12
Decimal 174 176 10
Hex AE B0 A

RGB Percentages of Color #aeb00a

%48.33
%48.89
%2.78

CMYK Percentages of Color #aeb00a

%1
%0
%94
%31

Triadic Colors of #aeb00a

#aeb00a #0aaeb0 #b00aae

Analogous Colors of #aeb00a

#aeb00a #5bb00a #b05f0a

Monochromatic Colors of #aeb00a

#aeb00a

Complementary Color

#aeb00a #0c0ab0

#aeb00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb00a Color CSS Codes

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

#aeb00a Text Font Color

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

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


#aeb00a Background Color

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

This div background color is #aeb00a


#aeb00a Border Color

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

This div border color is #aeb00a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb00a


Comments

No comments written yet.

Please login to write comment.