Color Hex Logo

#acfda4 Color Hex

#ACFDA4
(172,253,164)
0 Favorites   0 Comments

Color spaces of #acfda4

RGB 172253164
HSL0.320.960.82
HSV115°35°99°
CMYK 0.320.000.35   0.01
XYZ58.839481.701647.7908
Yxy81.70160.31240.4338
Hunter Lab90.3889-41.984631.9242
CIE-Lab92.4430-41.292334.9773

#acfda4 color RGB value is (172,253,164).

#acfda4 hex color red value is 172, green value is 253 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #acfda4 hue: 0.32 , saturation: 0.96 and the lightness value of acfda4 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111101 10100100
Octal 254 375 244
Decimal 172 253 164
Hex AC FD A4

RGB Percentages of Color #acfda4

%29.20
%42.95
%27.84

CMYK Percentages of Color #acfda4

%32
%0
%35
%1

Triadic Colors of #acfda4

#acfda4 #a4acfd #fda4ac

Analogous Colors of #acfda4

#acfda4 #a4fdc9 #d9fda4

Monochromatic Colors of #acfda4

#acfda4

Complementary Color

#acfda4 #f5a4fd

#acfda4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfda4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfda4 Color CSS Codes

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

#acfda4 Text Font Color

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

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


#acfda4 Background Color

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

This div background color is #acfda4


#acfda4 Border Color

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

This div border color is #acfda4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfda4


Comments

No comments written yet.

Please login to write comment.