Color Hex Logo

#dcce9d Color Hex

#DCCE9D
(220,206,157)
0 Favorites   0 Comments

Color spaces of #dcce9d

RGB 220206157
HSL0.130.470.74
HSV47°29°86°
CMYK 0.000.060.29   0.14
XYZ57.672361.792640.7858
Yxy61.79260.35990.3856
Hunter Lab78.6083-6.604924.2632
CIE-Lab82.8030-2.576926.1784

#dcce9d color RGB value is (220,206,157).

#dcce9d hex color red value is 220, green value is 206 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dcce9d hue: 0.13 , saturation: 0.47 and the lightness value of dcce9d is 0.74.

The process color (four color CMYK) of #dcce9d color hex is 0.00, 0.06, 0.29, 0.14. Web safe color of #dcce9d is #cccc99. Color #dcce9d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 10011101
Octal 334 316 235
Decimal 220 206 157
Hex DC CE 9D

RGB Percentages of Color #dcce9d

%37.74
%35.33
%26.93

CMYK Percentages of Color #dcce9d

%0
%6
%29
%14

Triadic Colors of #dcce9d

#dcce9d #9ddcce #ce9ddc

Analogous Colors of #dcce9d

#dcce9d #cbdc9d #dcaf9d

Monochromatic Colors of #dcce9d

#dcce9d

Complementary Color

#dcce9d #9dabdc

#dcce9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce9d Color CSS Codes

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

#dcce9d Text Font Color

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

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


#dcce9d Background Color

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

This div background color is #dcce9d


#dcce9d Border Color

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

This div border color is #dcce9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce9d


Comments

No comments written yet.

Please login to write comment.