Color Hex Logo

#dcf0ce Color Hex

#DCF0CE
(220,240,206)
0 Favorites   0 Comments

Color spaces of #dcf0ce

RGB 220240206
HSL0.260.530.87
HSV95°14°94°
CMYK 0.080.000.14   0.06
XYZ71.815981.992170.4335
Yxy81.99210.32030.3656
Hunter Lab90.5495-16.891117.2662
CIE-Lab92.5714-12.575514.2224

#dcf0ce color RGB value is (220,240,206).

#dcf0ce hex color red value is 220, green value is 240 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dcf0ce hue: 0.26 , saturation: 0.53 and the lightness value of dcf0ce is 0.87.

The process color (four color CMYK) of #dcf0ce color hex is 0.08, 0.00, 0.14, 0.06. Web safe color of #dcf0ce is #ccffcc. Color #dcf0ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110000 11001110
Octal 334 360 316
Decimal 220 240 206
Hex DC F0 CE

RGB Percentages of Color #dcf0ce

%33.03
%36.04
%30.93

CMYK Percentages of Color #dcf0ce

%8
%0
%14
%6

Triadic Colors of #dcf0ce

#dcf0ce #cedcf0 #f0cedc

Analogous Colors of #dcf0ce

#dcf0ce #cef0d1 #edf0ce

Monochromatic Colors of #dcf0ce

#dcf0ce

Complementary Color

#dcf0ce #e2cef0

#dcf0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf0ce Color CSS Codes

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

#dcf0ce Text Font Color

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

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


#dcf0ce Background Color

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

This div background color is #dcf0ce


#dcf0ce Border Color

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

This div border color is #dcf0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf0ce

Related Colors


Comments

No comments written yet.

Please login to write comment.