Color Hex Logo

#dcf8ce Color Hex

#DCF8CE
(220,248,206)
0 Favorites   0 Comments

Color spaces of #dcf8ce

RGB 220248206
HSL0.280.750.89
HSV100°17°97°
CMYK 0.110.000.17   0.03
XYZ74.223286.806771.2359
Yxy86.80670.31960.3737
Hunter Lab93.1701-20.847119.8872
CIE-Lab94.6562-16.529117.1626

#dcf8ce color RGB value is (220,248,206).

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

The process color (four color CMYK) of #dcf8ce color hex is 0.11, 0.00, 0.17, 0.03. Web safe color of #dcf8ce is #ccffcc. Color #dcf8ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111000 11001110
Octal 334 370 316
Decimal 220 248 206
Hex DC F8 CE

RGB Percentages of Color #dcf8ce

%32.64
%36.80
%30.56

CMYK Percentages of Color #dcf8ce

%11
%0
%17
%3

Triadic Colors of #dcf8ce

#dcf8ce #cedcf8 #f8cedc

Analogous Colors of #dcf8ce

#dcf8ce #cef8d5 #f1f8ce

Monochromatic Colors of #dcf8ce

#dcf8ce

Complementary Color

#dcf8ce #eacef8

#dcf8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf8ce Color CSS Codes

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

#dcf8ce Text Font Color

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

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


#dcf8ce Background Color

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

This div background color is #dcf8ce


#dcf8ce Border Color

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

This div border color is #dcf8ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf8ce


Comments

No comments written yet.

Please login to write comment.