Color Hex Logo

#aacf53 Color Hex

#AACF53
(170,207,83)
0 Favorites   0 Comments

Color spaces of #aacf53

RGB 17020783
HSL0.220.560.57
HSV78°60°81°
CMYK 0.180.000.60   0.19
XYZ40.451753.796216.4353
Yxy53.79620.36550.4860
Hunter Lab73.3459-29.909138.0565
CIE-Lab78.3427-30.550256.1715

#aacf53 color RGB value is (170,207,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001111 01010011
Octal 252 317 123
Decimal 170 207 83
Hex AA CF 53

RGB Percentages of Color #aacf53

%36.96
%45.00
%18.04

CMYK Percentages of Color #aacf53

%18
%0
%60
%19

Triadic Colors of #aacf53

#aacf53 #53aacf #cf53aa

Analogous Colors of #aacf53

#aacf53 #6ccf53 #cfb653

Monochromatic Colors of #aacf53

#aacf53

Complementary Color

#aacf53 #7853cf

#aacf53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacf53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacf53 Color CSS Codes

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

#aacf53 Text Font Color

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

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


#aacf53 Background Color

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

This div background color is #aacf53


#aacf53 Border Color

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

This div border color is #aacf53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacf53


Comments

No comments written yet.

Please login to write comment.