Color Hex Logo

#dcfdce Color Hex

#DCFDCE
(220,253,206)
0 Favorites   0 Comments

Color spaces of #dcfdce

RGB 220253206
HSL0.280.920.90
HSV102°19°99°
CMYK 0.130.000.19   0.01
XYZ75.781189.922471.7552
Yxy89.92240.31910.3787
Hunter Lab94.8274-23.300221.5149
CIE-Lab95.9646-18.969518.9975

#dcfdce color RGB value is (220,253,206).

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

The process color (four color CMYK) of #dcfdce color hex is 0.13, 0.00, 0.19, 0.01. Web safe color of #dcfdce is #ccffcc. Color #dcfdce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111101 11001110
Octal 334 375 316
Decimal 220 253 206
Hex DC FD CE

RGB Percentages of Color #dcfdce

%32.40
%37.26
%30.34

CMYK Percentages of Color #dcfdce

%13
%0
%19
%1

Triadic Colors of #dcfdce

#dcfdce #cedcfd #fdcedc

Analogous Colors of #dcfdce

#dcfdce #cefdd8 #f4fdce

Monochromatic Colors of #dcfdce

#dcfdce

Complementary Color

#dcfdce #efcefd

#dcfdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfdce Color CSS Codes

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

#dcfdce Text Font Color

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

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


#dcfdce Background Color

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

This div background color is #dcfdce


#dcfdce Border Color

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

This div border color is #dcfdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfdce


Comments

No comments written yet.

Please login to write comment.