Color Hex Logo

#dcebc7 Color Hex

#DCEBC7
(220,235,199)
0 Favorites   0 Comments

Color spaces of #dcebc7

RGB 220235199
HSL0.240.470.85
HSV85°15°92°
CMYK 0.060.000.15   0.08
XYZ69.532378.755865.5695
Yxy78.75580.32510.3683
Hunter Lab88.7445-15.446018.3143
CIE-Lab91.1237-11.214515.8034

#dcebc7 color RGB value is (220,235,199).

#dcebc7 hex color red value is 220, green value is 235 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #dcebc7 hue: 0.24 , saturation: 0.47 and the lightness value of dcebc7 is 0.85.

The process color (four color CMYK) of #dcebc7 color hex is 0.06, 0.00, 0.15, 0.08. Web safe color of #dcebc7 is #ccffcc. Color #dcebc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 11000111
Octal 334 353 307
Decimal 220 235 199
Hex DC EB C7

RGB Percentages of Color #dcebc7

%33.64
%35.93
%30.43

CMYK Percentages of Color #dcebc7

%6
%0
%15
%8

Triadic Colors of #dcebc7

#dcebc7 #c7dceb #ebc7dc

Analogous Colors of #dcebc7

#dcebc7 #caebc7 #ebe8c7

Monochromatic Colors of #dcebc7

#dcebc7

Complementary Color

#dcebc7 #d6c7eb

#dcebc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebc7 Color CSS Codes

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

#dcebc7 Text Font Color

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

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


#dcebc7 Background Color

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

This div background color is #dcebc7


#dcebc7 Border Color

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

This div border color is #dcebc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebc7


Comments

No comments written yet.

Please login to write comment.