Color Hex Logo

#aec215 Color Hex

#AEC215
(174,194,21)
0 Favorites   0 Comments

Color spaces of #aec215

RGB 17419421
HSL0.190.800.42
HSV67°89°76°
CMYK 0.100.000.89   0.24
XYZ36.882747.63647.9603
Yxy47.63640.39880.5151
Hunter Lab69.0191-25.396041.4752
CIE-Lab74.5950-25.799472.5700

#aec215 color RGB value is (174,194,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000010 00010101
Octal 256 302 25
Decimal 174 194 21
Hex AE C2 15

RGB Percentages of Color #aec215

%44.73
%49.87
%5.40

CMYK Percentages of Color #aec215

%10
%0
%89
%24

Triadic Colors of #aec215

#aec215 #15aec2 #c215ae

Analogous Colors of #aec215

#aec215 #57c215 #c28015

Monochromatic Colors of #aec215

#aec215

Complementary Color

#aec215 #2915c2

#aec215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec215 Color CSS Codes

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

#aec215 Text Font Color

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

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


#aec215 Background Color

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

This div background color is #aec215


#aec215 Border Color

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

This div border color is #aec215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec215


Comments

No comments written yet.

Please login to write comment.