Color Hex Logo

#aec211 Color Hex

#AEC211
(174,194,17)
0 Favorites   0 Comments

Color spaces of #aec211

RGB 17419417
HSL0.190.840.41
HSV67°91°76°
CMYK 0.100.000.91   0.24
XYZ36.848547.62277.7803
Yxy47.62270.39940.5162
Hunter Lab69.0092-25.453341.6219
CIE-Lab74.5863-25.874773.1902

#aec211 color RGB value is (174,194,17).

#aec211 hex color red value is 174, green value is 194 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #aec211 hue: 0.19 , saturation: 0.84 and the lightness value of aec211 is 0.41.

The process color (four color CMYK) of #aec211 color hex is 0.10, 0.00, 0.91, 0.24. Web safe color of #aec211 is #99cc00. Color #aec211 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 00010001
Octal 256 302 21
Decimal 174 194 17
Hex AE C2 11

RGB Percentages of Color #aec211

%45.19
%50.39
%4.42

CMYK Percentages of Color #aec211

%10
%0
%91
%24

Triadic Colors of #aec211

#aec211 #11aec2 #c211ae

Analogous Colors of #aec211

#aec211 #56c211 #c27e11

Monochromatic Colors of #aec211

#aec211

Complementary Color

#aec211 #2511c2

#aec211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec211 Color CSS Codes

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

#aec211 Text Font Color

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

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


#aec211 Background Color

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

This div background color is #aec211


#aec211 Border Color

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

This div border color is #aec211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec211


Comments

No comments written yet.

Please login to write comment.