Color Hex Logo

#aeb22d Color Hex

#AEB22D
(174,178,45)
0 Favorites   0 Comments

Color spaces of #aeb22d

RGB 17417845
HSL0.170.600.44
HSV62°75°70°
CMYK 0.020.000.75   0.30
XYZ33.849641.02898.6179
Yxy41.02890.40540.4914
Hunter Lab64.0538-17.764836.8607
CIE-Lab70.1962-17.123262.7436

#aeb22d color RGB value is (174,178,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 00101101
Octal 256 262 55
Decimal 174 178 45
Hex AE B2 2D

RGB Percentages of Color #aeb22d

%43.83
%44.84
%11.34

CMYK Percentages of Color #aeb22d

%2
%0
%75
%30

Triadic Colors of #aeb22d

#aeb22d #2daeb2 #b22dae

Analogous Colors of #aeb22d

#aeb22d #6cb22d #b2742d

Monochromatic Colors of #aeb22d

#aeb22d

Complementary Color

#aeb22d #312db2

#aeb22d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb22d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb22d Color CSS Codes

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

#aeb22d Text Font Color

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

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


#aeb22d Background Color

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

This div background color is #aeb22d


#aeb22d Border Color

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

This div border color is #aeb22d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb22d


Comments

No comments written yet.

Please login to write comment.