Color Hex Logo

#acf477 Color Hex

#ACF477
(172,244,119)
0 Favorites   0 Comments

Color spaces of #acf477

RGB 172244119
HSL0.260.850.71
HSV95°51°96°
CMYK 0.300.000.51   0.04
XYZ52.693774.803929.1141
Yxy74.80390.33650.4776
Hunter Lab86.4892-42.604840.5842
CIE-Lab89.3011-43.134652.7055

#acf477 color RGB value is (172,244,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110100 01110111
Octal 254 364 167
Decimal 172 244 119
Hex AC F4 77

RGB Percentages of Color #acf477

%32.15
%45.61
%22.24

CMYK Percentages of Color #acf477

%30
%0
%51
%4

Triadic Colors of #acf477

#acf477 #77acf4 #f477ac

Analogous Colors of #acf477

#acf477 #77f481 #ebf477

Monochromatic Colors of #acf477

#acf477

Complementary Color

#acf477 #bf77f4

#acf477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf477 Color CSS Codes

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

#acf477 Text Font Color

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

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


#acf477 Background Color

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

This div background color is #acf477


#acf477 Border Color

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

This div border color is #acf477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf477


Comments

No comments written yet.

Please login to write comment.