Color Hex Logo

#dcf4ac Color Hex

#DCF4AC
(220,244,172)
0 Favorites   0 Comments

Color spaces of #dcf4ac

RGB 220244172
HSL0.220.770.82
HSV80°30°96°
CMYK 0.100.000.30   0.04
XYZ69.312382.895651.3770
Yxy82.89560.34050.4072
Hunter Lab91.0470-23.443830.2761
CIE-Lab92.9687-19.642932.1732

#dcf4ac color RGB value is (220,244,172).

#dcf4ac hex color red value is 220, green value is 244 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dcf4ac hue: 0.22 , saturation: 0.77 and the lightness value of dcf4ac is 0.82.

The process color (four color CMYK) of #dcf4ac color hex is 0.10, 0.00, 0.30, 0.04. Web safe color of #dcf4ac is #ccff99. Color #dcf4ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110100 10101100
Octal 334 364 254
Decimal 220 244 172
Hex DC F4 AC

RGB Percentages of Color #dcf4ac

%34.59
%38.36
%27.04

CMYK Percentages of Color #dcf4ac

%10
%0
%30
%4

Triadic Colors of #dcf4ac

#dcf4ac #acdcf4 #f4acdc

Analogous Colors of #dcf4ac

#dcf4ac #b8f4ac #f4e8ac

Monochromatic Colors of #dcf4ac

#dcf4ac

Complementary Color

#dcf4ac #c4acf4

#dcf4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf4ac Color CSS Codes

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

#dcf4ac Text Font Color

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

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


#dcf4ac Background Color

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

This div background color is #dcf4ac


#dcf4ac Border Color

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

This div border color is #dcf4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf4ac


Comments

No comments written yet.

Please login to write comment.