Color Hex Logo

#dcfacc Color Hex

#DCFACC
(220,250,204)
0 Favorites   0 Comments

Color spaces of #dcfacc

RGB 220250204
HSL0.280.820.89
HSV99°18°98°
CMYK 0.120.000.18   0.02
XYZ74.599987.946570.1703
Yxy87.94650.32060.3779
Hunter Lab93.7798-22.121621.2824
CIE-Lab95.1384-17.830018.8641

#dcfacc color RGB value is (220,250,204).

#dcfacc hex color red value is 220, green value is 250 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dcfacc hue: 0.28 , saturation: 0.82 and the lightness value of dcfacc is 0.89.

The process color (four color CMYK) of #dcfacc color hex is 0.12, 0.00, 0.18, 0.02. Web safe color of #dcfacc is #ccffcc. Color #dcfacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 11001100
Octal 334 372 314
Decimal 220 250 204
Hex DC FA CC

RGB Percentages of Color #dcfacc

%32.64
%37.09
%30.27

CMYK Percentages of Color #dcfacc

%12
%0
%18
%2

Triadic Colors of #dcfacc

#dcfacc #ccdcfa #faccdc

Analogous Colors of #dcfacc

#dcfacc #ccfad3 #f3facc

Monochromatic Colors of #dcfacc

#dcfacc

Complementary Color

#dcfacc #eaccfa

#dcfacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfacc Color CSS Codes

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

#dcfacc Text Font Color

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

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


#dcfacc Background Color

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

This div background color is #dcfacc


#dcfacc Border Color

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

This div border color is #dcfacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfacc


Comments

No comments written yet.

Please login to write comment.