Color Hex Logo

#aacf81 Color Hex

#AACF81
(170,207,129)
0 Favorites   0 Comments

Color spaces of #aacf81

RGB 170207129
HSL0.250.450.66
HSV88°38°81°
CMYK 0.180.000.38   0.19
XYZ42.852854.756729.0794
Yxy54.75670.33830.4322
Hunter Lab73.9978-26.125128.4989
CIE-Lab78.9009-25.657334.8255

#aacf81 color RGB value is (170,207,129).

#aacf81 hex color red value is 170, green value is 207 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #aacf81 hue: 0.25 , saturation: 0.45 and the lightness value of aacf81 is 0.66.

The process color (four color CMYK) of #aacf81 color hex is 0.18, 0.00, 0.38, 0.19. Web safe color of #aacf81 is #99cc99. Color #aacf81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001111 10000001
Octal 252 317 201
Decimal 170 207 129
Hex AA CF 81

RGB Percentages of Color #aacf81

%33.60
%40.91
%25.49

CMYK Percentages of Color #aacf81

%18
%0
%38
%19

Triadic Colors of #aacf81

#aacf81 #81aacf #cf81aa

Analogous Colors of #aacf81

#aacf81 #83cf81 #cfcd81

Monochromatic Colors of #aacf81

#aacf81

Complementary Color

#aacf81 #a681cf

#aacf81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacf81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacf81 Color CSS Codes

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

#aacf81 Text Font Color

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

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


#aacf81 Background Color

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

This div background color is #aacf81


#aacf81 Border Color

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

This div border color is #aacf81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacf81


Comments

No comments written yet.

Please login to write comment.