Color Hex Logo

#aacc27 Color Hex

#AACC27
(170,204,39)
0 Favorites   0 Comments

Color spaces of #aacc27

RGB 17020439
HSL0.200.680.48
HSV72°81°80°
CMYK 0.170.000.81   0.20
XYZ38.536651.87839.9019
Yxy51.87830.38410.5171
Hunter Lab72.0266-30.543242.2677
CIE-Lab77.2080-31.690670.7642

#aacc27 color RGB value is (170,204,39).

#aacc27 hex color red value is 170, green value is 204 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #aacc27 hue: 0.20 , saturation: 0.68 and the lightness value of aacc27 is 0.48.

The process color (four color CMYK) of #aacc27 color hex is 0.17, 0.00, 0.81, 0.20. Web safe color of #aacc27 is #99cc33. Color #aacc27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 00100111
Octal 252 314 47
Decimal 170 204 39
Hex AA CC 27

RGB Percentages of Color #aacc27

%41.16
%49.39
%9.44

CMYK Percentages of Color #aacc27

%17
%0
%81
%20

Triadic Colors of #aacc27

#aacc27 #27aacc #cc27aa

Analogous Colors of #aacc27

#aacc27 #58cc27 #cc9c27

Monochromatic Colors of #aacc27

#aacc27

Complementary Color

#aacc27 #4927cc

#aacc27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacc27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacc27 Color CSS Codes

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

#aacc27 Text Font Color

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

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


#aacc27 Background Color

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

This div background color is #aacc27


#aacc27 Border Color

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

This div border color is #aacc27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacc27


Comments

No comments written yet.

Please login to write comment.