Color Hex Logo

#acf476 Color Hex

#ACF476
(172,244,118)
0 Favorites   0 Comments

Color spaces of #acf476

RGB 172244118
HSL0.260.850.71
HSV94°52°96°
CMYK 0.300.000.52   0.04
XYZ52.634074.780028.7994
Yxy74.78000.33690.4787
Hunter Lab86.4754-42.686540.7871
CIE-Lab89.2898-43.241553.1521

#acf476 color RGB value is (172,244,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110100 01110110
Octal 254 364 166
Decimal 172 244 118
Hex AC F4 76

RGB Percentages of Color #acf476

%32.21
%45.69
%22.10

CMYK Percentages of Color #acf476

%30
%0
%52
%4

Triadic Colors of #acf476

#acf476 #76acf4 #f476ac

Analogous Colors of #acf476

#acf476 #76f47f #ebf476

Monochromatic Colors of #acf476

#acf476

Complementary Color

#acf476 #be76f4

#acf476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf476 Color CSS Codes

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

#acf476 Text Font Color

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

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


#acf476 Background Color

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

This div background color is #acf476


#acf476 Border Color

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

This div border color is #acf476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf476


Comments

No comments written yet.

Please login to write comment.