Color Hex Logo

#aec216 Color Hex

#AEC216
(174,194,22)
0 Favorites   0 Comments

Color spaces of #aec216

RGB 17419422
HSL0.190.800.42
HSV67°89°76°
CMYK 0.100.000.89   0.24
XYZ36.892247.64028.0101
Yxy47.64020.39870.5148
Hunter Lab69.0219-25.380041.4346
CIE-Lab74.5974-25.778572.4002

#aec216 color RGB value is (174,194,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 00010110
Octal 256 302 26
Decimal 174 194 22
Hex AE C2 16

RGB Percentages of Color #aec216

%44.62
%49.74
%5.64

CMYK Percentages of Color #aec216

%10
%0
%89
%24

Triadic Colors of #aec216

#aec216 #16aec2 #c216ae

Analogous Colors of #aec216

#aec216 #58c216 #c28016

Monochromatic Colors of #aec216

#aec216

Complementary Color

#aec216 #2a16c2

#aec216 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec216 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec216 Color CSS Codes

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

#aec216 Text Font Color

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

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


#aec216 Background Color

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

This div background color is #aec216


#aec216 Border Color

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

This div border color is #aec216


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec216


Comments

No comments written yet.

Please login to write comment.