Color Hex Logo

#dcf7ce Color Hex

#DCF7CE
(220,247,206)
0 Favorites   0 Comments

Color spaces of #dcf7ce

RGB 220247206
HSL0.280.720.89
HSV100°17°97°
CMYK 0.110.000.17   0.03
XYZ73.916586.193471.1337
Yxy86.19340.31960.3727
Hunter Lab92.8404-20.354819.5607
CIE-Lab94.3950-16.038316.7953

#dcf7ce color RGB value is (220,247,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110111 11001110
Octal 334 367 316
Decimal 220 247 206
Hex DC F7 CE

RGB Percentages of Color #dcf7ce

%32.69
%36.70
%30.61

CMYK Percentages of Color #dcf7ce

%11
%0
%17
%3

Triadic Colors of #dcf7ce

#dcf7ce #cedcf7 #f7cedc

Analogous Colors of #dcf7ce

#dcf7ce #cef7d5 #f1f7ce

Monochromatic Colors of #dcf7ce

#dcf7ce

Complementary Color

#dcf7ce #e9cef7

#dcf7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf7ce Color CSS Codes

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

#dcf7ce Text Font Color

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

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


#dcf7ce Background Color

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

This div background color is #dcf7ce


#dcf7ce Border Color

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

This div border color is #dcf7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf7ce

#dcf7ce Color Palettes


Comments

No comments written yet.

Please login to write comment.