Color Hex Logo

#acfdac Color Hex

#ACFDAC
(172,253,172)
0 Favorites   0 Comments

Color spaces of #acfdac

RGB 172253172
HSL0.330.950.83
HSV120°32°99°
CMYK 0.320.000.32   0.01
XYZ59.584981.999851.7168
Yxy81.99980.30820.4242
Hunter Lab90.5537-41.015029.5261
CIE-Lab92.5748-40.068131.1514

#acfdac color RGB value is (172,253,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111101 10101100
Octal 254 375 254
Decimal 172 253 172
Hex AC FD AC

RGB Percentages of Color #acfdac

%28.81
%42.38
%28.81

CMYK Percentages of Color #acfdac

%32
%0
%32
%1

Triadic Colors of #acfdac

#acfdac #acacfd #fdacac

Analogous Colors of #acfdac

#acfdac #acfdd5 #d5fdac

Monochromatic Colors of #acfdac

#acfdac

Complementary Color

#acfdac #fdacfd

#acfdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfdac Color CSS Codes

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

#acfdac Text Font Color

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

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


#acfdac Background Color

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

This div background color is #acfdac


#acfdac Border Color

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

This div border color is #acfdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfdac


Comments

No comments written yet.

Please login to write comment.