Color Hex Logo

#aacf63 Color Hex

#AACF63
(170,207,99)
0 Favorites   0 Comments

Color spaces of #aacf63

RGB 17020799
HSL0.220.530.60
HSV81°52°81°
CMYK 0.180.000.52   0.19
XYZ41.142554.072520.0730
Yxy54.07250.35690.4690
Hunter Lab73.5340-28.813235.2891
CIE-Lab78.5040-29.116449.1104

#aacf63 color RGB value is (170,207,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001111 01100011
Octal 252 317 143
Decimal 170 207 99
Hex AA CF 63

RGB Percentages of Color #aacf63

%35.71
%43.49
%20.80

CMYK Percentages of Color #aacf63

%18
%0
%52
%19

Triadic Colors of #aacf63

#aacf63 #63aacf #cf63aa

Analogous Colors of #aacf63

#aacf63 #74cf63 #cfbe63

Monochromatic Colors of #aacf63

#aacf63

Complementary Color

#aacf63 #8863cf

#aacf63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacf63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacf63 Color CSS Codes

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

#aacf63 Text Font Color

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

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


#aacf63 Background Color

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

This div background color is #aacf63


#aacf63 Border Color

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

This div border color is #aacf63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacf63


Comments

No comments written yet.

Please login to write comment.