Color Hex Logo

#dcedce Color Hex

#DCEDCE
(220,237,206)
0 Favorites   0 Comments

Color spaces of #dcedce

RGB 220237206
HSL0.260.460.87
HSV93°13°93°
CMYK 0.070.000.13   0.07
XYZ70.940080.240270.1415
Yxy80.24020.32050.3626
Hunter Lab89.5769-15.397316.2779
CIE-Lab91.7925-11.077413.1190

#dcedce color RGB value is (220,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 11001110
Octal 334 355 316
Decimal 220 237 206
Hex DC ED CE

RGB Percentages of Color #dcedce

%33.18
%35.75
%31.07

CMYK Percentages of Color #dcedce

%7
%0
%13
%7

Triadic Colors of #dcedce

#dcedce #cedced #edcedc

Analogous Colors of #dcedce

#dcedce #ceedd0 #ecedce

Monochromatic Colors of #dcedce

#dcedce

Complementary Color

#dcedce #dfceed

#dcedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedce Color CSS Codes

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

#dcedce Text Font Color

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

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


#dcedce Background Color

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

This div background color is #dcedce


#dcedce Border Color

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

This div border color is #dcedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedce


Comments

No comments written yet.

Please login to write comment.