Color Hex Logo

#aac214 Color Hex

#AAC214
(170,194,20)
0 Favorites   0 Comments

Color spaces of #aac214

RGB 17019420
HSL0.190.810.42
HSV68°90°76°
CMYK 0.120.000.90   0.24
XYZ35.995647.18017.8713
Yxy47.18010.39540.5182
Hunter Lab68.6878-26.661341.2871
CIE-Lab74.3048-27.496272.3825

#aac214 color RGB value is (170,194,20).

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

The process color (four color CMYK) of #aac214 color hex is 0.12, 0.00, 0.90, 0.24. Web safe color of #aac214 is #99cc00. Color #aac214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000010 00010100
Octal 252 302 24
Decimal 170 194 20
Hex AA C2 14

RGB Percentages of Color #aac214

%44.27
%50.52
%5.21

CMYK Percentages of Color #aac214

%12
%0
%90
%24

Triadic Colors of #aac214

#aac214 #14aac2 #c214aa

Analogous Colors of #aac214

#aac214 #53c214 #c28314

Monochromatic Colors of #aac214

#aac214

Complementary Color

#aac214 #2c14c2

#aac214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac214 Color CSS Codes

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

#aac214 Text Font Color

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

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


#aac214 Background Color

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

This div background color is #aac214


#aac214 Border Color

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

This div border color is #aac214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac214


Comments

No comments written yet.

Please login to write comment.