Color Hex Logo

#dcdec9 Color Hex

#DCDEC9
(220,222,201)
0 Favorites   0 Comments

Color spaces of #dcdec9

RGB 220222201
HSL0.180.240.83
HSV66°87°
CMYK 0.010.000.09   0.13
XYZ66.179171.675265.6050
Yxy71.67520.32530.3523
Hunter Lab84.6612-8.624913.3183
CIE-Lab87.8120-4.301910.0632

#dcdec9 color RGB value is (220,222,201).

#dcdec9 hex color red value is 220, green value is 222 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #dcdec9 hue: 0.18 , saturation: 0.24 and the lightness value of dcdec9 is 0.83.

The process color (four color CMYK) of #dcdec9 color hex is 0.01, 0.00, 0.09, 0.13. Web safe color of #dcdec9 is #cccccc. Color #dcdec9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 11001001
Octal 334 336 311
Decimal 220 222 201
Hex DC DE C9

RGB Percentages of Color #dcdec9

%34.21
%34.53
%31.26

CMYK Percentages of Color #dcdec9

%1
%0
%9
%13

Triadic Colors of #dcdec9

#dcdec9 #c9dcde #dec9dc

Analogous Colors of #dcdec9

#dcdec9 #d2dec9 #ded6c9

Monochromatic Colors of #dcdec9

#dcdec9

Complementary Color

#dcdec9 #cbc9de

#dcdec9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdec9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdec9 Color CSS Codes

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

#dcdec9 Text Font Color

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

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


#dcdec9 Background Color

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

This div background color is #dcdec9


#dcdec9 Border Color

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

This div border color is #dcdec9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdec9


Comments

No comments written yet.

Please login to write comment.