Color Hex Logo

#aeb224 Color Hex

#AEB224
(174,178,36)
0 Favorites   0 Comments

Color spaces of #aeb224

RGB 17417836
HSL0.170.660.42
HSV62°80°70°
CMYK 0.020.000.80   0.30
XYZ33.694440.96687.8006
Yxy40.96680.40860.4968
Hunter Lab64.0053-18.041337.5778
CIE-Lab70.1527-17.478265.4738

#aeb224 color RGB value is (174,178,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 00100100
Octal 256 262 44
Decimal 174 178 36
Hex AE B2 24

RGB Percentages of Color #aeb224

%44.85
%45.88
%9.28

CMYK Percentages of Color #aeb224

%2
%0
%80
%30

Triadic Colors of #aeb224

#aeb224 #24aeb2 #b224ae

Analogous Colors of #aeb224

#aeb224 #67b224 #b26f24

Monochromatic Colors of #aeb224

#aeb224

Complementary Color

#aeb224 #2824b2

#aeb224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb224 Color CSS Codes

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

#aeb224 Text Font Color

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

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


#aeb224 Background Color

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

This div background color is #aeb224


#aeb224 Border Color

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

This div border color is #aeb224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb224


Comments

No comments written yet.

Please login to write comment.