Color Hex Logo

#aeb71e Color Hex

#AEB71E
(174,183,30)
0 Favorites   0 Comments

Color spaces of #aeb71e

RGB 17418330
HSL0.180.720.42
HSV64°84°72°
CMYK 0.050.000.84   0.28
XYZ34.623442.95947.6954
Yxy42.95940.40600.5038
Hunter Lab65.5434-20.408138.9192
CIE-Lab71.5274-20.181068.2192

#aeb71e color RGB value is (174,183,30).

#aeb71e hex color red value is 174, green value is 183 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aeb71e hue: 0.18 , saturation: 0.72 and the lightness value of aeb71e is 0.42.

The process color (four color CMYK) of #aeb71e color hex is 0.05, 0.00, 0.84, 0.28. Web safe color of #aeb71e is #99cc33. Color #aeb71e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 00011110
Octal 256 267 36
Decimal 174 183 30
Hex AE B7 1E

RGB Percentages of Color #aeb71e

%44.96
%47.29
%7.75

CMYK Percentages of Color #aeb71e

%5
%0
%84
%28

Triadic Colors of #aeb71e

#aeb71e #1eaeb7 #b71eae

Analogous Colors of #aeb71e

#aeb71e #62b71e #b7741e

Monochromatic Colors of #aeb71e

#aeb71e

Complementary Color

#aeb71e #271eb7

#aeb71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb71e Color CSS Codes

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

#aeb71e Text Font Color

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

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


#aeb71e Background Color

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

This div background color is #aeb71e


#aeb71e Border Color

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

This div border color is #aeb71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb71e


Comments

No comments written yet.

Please login to write comment.