Color Hex Logo

#aeb02e Color Hex

#AEB02E
(174,176,46)
0 Favorites   0 Comments

Color spaces of #aeb02e

RGB 17417646
HSL0.170.590.44
HSV61°74°69°
CMYK 0.010.000.74   0.31
XYZ33.474040.24668.5889
Yxy40.24660.40670.4890
Hunter Lab63.4402-16.835536.3811
CIE-Lab69.6448-16.062461.8894

#aeb02e color RGB value is (174,176,46).

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

The process color (four color CMYK) of #aeb02e color hex is 0.01, 0.00, 0.74, 0.31. Web safe color of #aeb02e is #999933. Color #aeb02e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 00101110
Octal 256 260 56
Decimal 174 176 46
Hex AE B0 2E

RGB Percentages of Color #aeb02e

%43.94
%44.44
%11.62

CMYK Percentages of Color #aeb02e

%1
%0
%74
%31

Triadic Colors of #aeb02e

#aeb02e #2eaeb0 #b02eae

Analogous Colors of #aeb02e

#aeb02e #6db02e #b0712e

Monochromatic Colors of #aeb02e

#aeb02e

Complementary Color

#aeb02e #302eb0

#aeb02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb02e Color CSS Codes

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

#aeb02e Text Font Color

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

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


#aeb02e Background Color

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

This div background color is #aeb02e


#aeb02e Border Color

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

This div border color is #aeb02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb02e


Comments

No comments written yet.

Please login to write comment.