Color Hex Logo

#acf670 Color Hex

#ACF670
(172,246,112)
0 Favorites   0 Comments

Color spaces of #acf670

RGB 172246112
HSL0.260.880.70
HSV93°54°96°
CMYK 0.300.000.54   0.04
XYZ52.893775.852027.1824
Yxy75.85200.33920.4865
Hunter Lab87.0931-44.005542.4603
CIE-Lab89.7906-44.725656.4646

#acf670 color RGB value is (172,246,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110110 01110000
Octal 254 366 160
Decimal 172 246 112
Hex AC F6 70

RGB Percentages of Color #acf670

%32.45
%46.42
%21.13

CMYK Percentages of Color #acf670

%30
%0
%54
%4

Triadic Colors of #acf670

#acf670 #70acf6 #f670ac

Analogous Colors of #acf670

#acf670 #70f677 #eff670

Monochromatic Colors of #acf670

#acf670

Complementary Color

#acf670 #ba70f6

#acf670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf670 Color CSS Codes

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

#acf670 Text Font Color

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

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


#acf670 Background Color

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

This div background color is #acf670


#acf670 Border Color

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

This div border color is #acf670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf670


Comments

No comments written yet.

Please login to write comment.