Color Hex Logo

#aeb63e Color Hex

#AEB63E
(174,182,62)
0 Favorites   0 Comments

Color spaces of #aeb63e

RGB 17418262
HSL0.180.490.48
HSV64°66°71°
CMYK 0.040.000.66   0.29
XYZ35.053042.802410.9716
Yxy42.80240.39460.4819
Hunter Lab65.4235-18.853535.8535
CIE-Lab71.4206-18.250057.6573

#aeb63e color RGB value is (174,182,62).

#aeb63e hex color red value is 174, green value is 182 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aeb63e hue: 0.18 , saturation: 0.49 and the lightness value of aeb63e is 0.48.

The process color (four color CMYK) of #aeb63e color hex is 0.04, 0.00, 0.66, 0.29. Web safe color of #aeb63e is #99cc33. Color #aeb63e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 00111110
Octal 256 266 76
Decimal 174 182 62
Hex AE B6 3E

RGB Percentages of Color #aeb63e

%41.63
%43.54
%14.83

CMYK Percentages of Color #aeb63e

%4
%0
%66
%29

Triadic Colors of #aeb63e

#aeb63e #3eaeb6 #b63eae

Analogous Colors of #aeb63e

#aeb63e #72b63e #b6823e

Monochromatic Colors of #aeb63e

#aeb63e

Complementary Color

#aeb63e #463eb6

#aeb63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb63e Color CSS Codes

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

#aeb63e Text Font Color

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

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


#aeb63e Background Color

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

This div background color is #aeb63e


#aeb63e Border Color

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

This div border color is #aeb63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb63e


Comments

No comments written yet.

Please login to write comment.