Color Hex Logo

#dcf9ac Color Hex

#DCF9AC
(220,249,172)
0 Favorites   0 Comments

Color spaces of #dcf9ac

RGB 220249172
HSL0.230.870.83
HSV83°31°98°
CMYK 0.120.000.31   0.02
XYZ70.837385.945651.8854
Yxy85.94560.33950.4119
Hunter Lab92.7068-25.845131.7119
CIE-Lab94.2891-22.057433.9378

#dcf9ac color RGB value is (220,249,172).

#dcf9ac hex color red value is 220, green value is 249 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dcf9ac hue: 0.23 , saturation: 0.87 and the lightness value of dcf9ac is 0.83.

The process color (four color CMYK) of #dcf9ac color hex is 0.12, 0.00, 0.31, 0.02. Web safe color of #dcf9ac is #ccff99. Color #dcf9ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 10101100
Octal 334 371 254
Decimal 220 249 172
Hex DC F9 AC

RGB Percentages of Color #dcf9ac

%34.32
%38.85
%26.83

CMYK Percentages of Color #dcf9ac

%12
%0
%31
%2

Triadic Colors of #dcf9ac

#dcf9ac #acdcf9 #f9acdc

Analogous Colors of #dcf9ac

#dcf9ac #b6f9ac #f9f0ac

Monochromatic Colors of #dcf9ac

#dcf9ac

Complementary Color

#dcf9ac #c9acf9

#dcf9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf9ac Color CSS Codes

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

#dcf9ac Text Font Color

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

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


#dcf9ac Background Color

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

This div background color is #dcf9ac


#dcf9ac Border Color

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

This div border color is #dcf9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf9ac


Comments

No comments written yet.

Please login to write comment.