Color Hex Logo

#acf076 Color Hex

#ACF076
(172,240,118)
0 Favorites   0 Comments

Color spaces of #acf076

RGB 172240118
HSL0.260.800.70
HSV93°51°94°
CMYK 0.280.000.51   0.06
XYZ51.443472.398828.4026
Yxy72.39880.33790.4755
Hunter Lab85.0875-40.983039.7700
CIE-Lab88.1602-41.491951.7968

#acf076 color RGB value is (172,240,118).

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

The process color (four color CMYK) of #acf076 color hex is 0.28, 0.00, 0.51, 0.06. Web safe color of #acf076 is #99ff66. Color #acf076 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 01110110
Octal 254 360 166
Decimal 172 240 118
Hex AC F0 76

RGB Percentages of Color #acf076

%32.45
%45.28
%22.26

CMYK Percentages of Color #acf076

%28
%0
%51
%6

Triadic Colors of #acf076

#acf076 #76acf0 #f076ac

Analogous Colors of #acf076

#acf076 #76f07d #e9f076

Monochromatic Colors of #acf076

#acf076

Complementary Color

#acf076 #ba76f0

#acf076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf076 Color CSS Codes

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

#acf076 Text Font Color

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

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


#acf076 Background Color

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

This div background color is #acf076


#acf076 Border Color

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

This div border color is #acf076


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,240,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 #acf076">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf076


Comments

No comments written yet.

Please login to write comment.