Color Hex Logo

#acf47a Color Hex

#ACF47A
(172,244,122)
0 Favorites   0 Comments

Color spaces of #acf47a

RGB 172244122
HSL0.270.850.72
HSV95°50°96°
CMYK 0.300.000.50   0.04
XYZ52.876874.877230.0782
Yxy74.87720.33500.4744
Hunter Lab86.5316-42.354539.9631
CIE-Lab89.3354-42.807651.3580

#acf47a color RGB value is (172,244,122).

#acf47a hex color red value is 172, green value is 244 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #acf47a hue: 0.27 , saturation: 0.85 and the lightness value of acf47a is 0.72.

The process color (four color CMYK) of #acf47a color hex is 0.30, 0.00, 0.50, 0.04. Web safe color of #acf47a is #99ff66. Color #acf47a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110100 01111010
Octal 254 364 172
Decimal 172 244 122
Hex AC F4 7A

RGB Percentages of Color #acf47a

%31.97
%45.35
%22.68

CMYK Percentages of Color #acf47a

%30
%0
%50
%4

Triadic Colors of #acf47a

#acf47a #7aacf4 #f47aac

Analogous Colors of #acf47a

#acf47a #7af485 #e9f47a

Monochromatic Colors of #acf47a

#acf47a

Complementary Color

#acf47a #c27af4

#acf47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf47a Color CSS Codes

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

#acf47a Text Font Color

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

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


#acf47a Background Color

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

This div background color is #acf47a


#acf47a Border Color

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

This div border color is #acf47a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,244,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acf47a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acf47a;
  -webkit-box-shadow: 1px 1px 3px 2px #acf47a;
  box-shadow:         1px 1px 3px 2px #acf47a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,244,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf47a

#acf47a Color Palettes


Comments

No comments written yet.

Please login to write comment.