Color Hex Logo

#acf271 Color Hex

#ACF271
(172,242,113)
0 Favorites   0 Comments

Color spaces of #acf271

RGB 172242113
HSL0.260.830.70
HSV93°53°95°
CMYK 0.290.000.53   0.05
XYZ51.746073.467227.0761
Yxy73.46720.33980.4824
Hunter Lab85.7130-42.235141.2698
CIE-Lab88.6701-42.892254.6971

#acf271 color RGB value is (172,242,113).

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

The process color (four color CMYK) of #acf271 color hex is 0.29, 0.00, 0.53, 0.05. Web safe color of #acf271 is #99ff66. Color #acf271 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110010 01110001
Octal 254 362 161
Decimal 172 242 113
Hex AC F2 71

RGB Percentages of Color #acf271

%32.64
%45.92
%21.44

CMYK Percentages of Color #acf271

%29
%0
%53
%5

Triadic Colors of #acf271

#acf271 #71acf2 #f271ac

Analogous Colors of #acf271

#acf271 #71f277 #edf271

Monochromatic Colors of #acf271

#acf271

Complementary Color

#acf271 #b771f2

#acf271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf271 Color CSS Codes

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

#acf271 Text Font Color

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

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


#acf271 Background Color

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

This div background color is #acf271


#acf271 Border Color

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

This div border color is #acf271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf271


Comments

No comments written yet.

Please login to write comment.