Color Hex Logo

#aeb21e Color Hex

#AEB21E
(174,178,30)
0 Favorites   0 Comments

Color spaces of #aeb21e

RGB 17417830
HSL0.170.710.41
HSV62°83°70°
CMYK 0.020.000.83   0.30
XYZ33.610340.93327.3577
Yxy40.93320.41040.4998
Hunter Lab63.9791-18.191437.9669
CIE-Lab70.1291-17.671367.0360

#aeb21e color RGB value is (174,178,30).

#aeb21e hex color red value is 174, green value is 178 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aeb21e hue: 0.17 , saturation: 0.71 and the lightness value of aeb21e is 0.41.

The process color (four color CMYK) of #aeb21e color hex is 0.02, 0.00, 0.83, 0.30. Web safe color of #aeb21e is #999933. Color #aeb21e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 00011110
Octal 256 262 36
Decimal 174 178 30
Hex AE B2 1E

RGB Percentages of Color #aeb21e

%45.55
%46.60
%7.85

CMYK Percentages of Color #aeb21e

%2
%0
%83
%30

Triadic Colors of #aeb21e

#aeb21e #1eaeb2 #b21eae

Analogous Colors of #aeb21e

#aeb21e #64b21e #b26c1e

Monochromatic Colors of #aeb21e

#aeb21e

Complementary Color

#aeb21e #221eb2

#aeb21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb21e Color CSS Codes

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

#aeb21e Text Font Color

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

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


#aeb21e Background Color

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

This div background color is #aeb21e


#aeb21e Border Color

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

This div border color is #aeb21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb21e


Comments

No comments written yet.

Please login to write comment.