Color Hex Logo

#dcce9e Color Hex

#DCCE9E
(220,206,158)
0 Favorites   0 Comments

Color spaces of #dcce9e

RGB 220206158
HSL0.130.470.74
HSV46°28°86°
CMYK 0.000.060.28   0.14
XYZ57.758161.826941.2374
Yxy61.82690.35910.3844
Hunter Lab78.6301-6.484623.9465
CIE-Lab82.8213-2.445925.6798

#dcce9e color RGB value is (220,206,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 10011110
Octal 334 316 236
Decimal 220 206 158
Hex DC CE 9E

RGB Percentages of Color #dcce9e

%37.67
%35.27
%27.05

CMYK Percentages of Color #dcce9e

%0
%6
%28
%14

Triadic Colors of #dcce9e

#dcce9e #9edcce #ce9edc

Analogous Colors of #dcce9e

#dcce9e #cbdc9e #dcaf9e

Monochromatic Colors of #dcce9e

#dcce9e

Complementary Color

#dcce9e #9eacdc

#dcce9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcce9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcce9e Color CSS Codes

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

#dcce9e Text Font Color

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

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


#dcce9e Background Color

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

This div background color is #dcce9e


#dcce9e Border Color

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

This div border color is #dcce9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcce9e


Comments

No comments written yet.

Please login to write comment.