Color Hex Logo

#acfcac Color Hex

#ACFCAC
(172,252,172)
0 Favorites   0 Comments

Color spaces of #acfcac

RGB 172252172
HSL0.330.930.83
HSV120°32°99°
CMYK 0.320.000.32   0.01
XYZ59.270181.370051.6119
Yxy81.37000.30830.4232
Hunter Lab90.2053-40.574529.2203
CIE-Lab92.2961-39.621830.7765

#acfcac color RGB value is (172,252,172).

#acfcac hex color red value is 172, green value is 252 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #acfcac hue: 0.33 , saturation: 0.93 and the lightness value of acfcac is 0.83.

The process color (four color CMYK) of #acfcac color hex is 0.32, 0.00, 0.32, 0.01. Web safe color of #acfcac is #99ff99. Color #acfcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 10101100
Octal 254 374 254
Decimal 172 252 172
Hex AC FC AC

RGB Percentages of Color #acfcac

%28.86
%42.28
%28.86

CMYK Percentages of Color #acfcac

%32
%0
%32
%1

Triadic Colors of #acfcac

#acfcac #acacfc #fcacac

Analogous Colors of #acfcac

#acfcac #acfcd4 #d4fcac

Monochromatic Colors of #acfcac

#acfcac

Complementary Color

#acfcac #fcacfc

#acfcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfcac Color CSS Codes

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

#acfcac Text Font Color

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

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


#acfcac Background Color

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

This div background color is #acfcac


#acfcac Border Color

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

This div border color is #acfcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfcac


Comments

No comments written yet.

Please login to write comment.