Color Hex Logo

#aacf59 Color Hex

#AACF59
(170,207,89)
0 Favorites   0 Comments

Color spaces of #aacf59

RGB 17020789
HSL0.220.550.58
HSV79°57°81°
CMYK 0.180.000.57   0.19
XYZ40.693653.893017.7088
Yxy53.89300.36240.4799
Hunter Lab73.4119-29.524837.0860
CIE-Lab78.3993-30.045853.5867

#aacf59 color RGB value is (170,207,89).

#aacf59 hex color red value is 170, green value is 207 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #aacf59 hue: 0.22 , saturation: 0.55 and the lightness value of aacf59 is 0.58.

The process color (four color CMYK) of #aacf59 color hex is 0.18, 0.00, 0.57, 0.19. Web safe color of #aacf59 is #99cc66. Color #aacf59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001111 01011001
Octal 252 317 131
Decimal 170 207 89
Hex AA CF 59

RGB Percentages of Color #aacf59

%36.48
%44.42
%19.10

CMYK Percentages of Color #aacf59

%18
%0
%57
%19

Triadic Colors of #aacf59

#aacf59 #59aacf #cf59aa

Analogous Colors of #aacf59

#aacf59 #6fcf59 #cfb959

Monochromatic Colors of #aacf59

#aacf59

Complementary Color

#aacf59 #7e59cf

#aacf59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacf59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacf59 Color CSS Codes

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

#aacf59 Text Font Color

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

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


#aacf59 Background Color

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

This div background color is #aacf59


#aacf59 Border Color

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

This div border color is #aacf59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacf59


Comments

No comments written yet.

Please login to write comment.