Color Hex Logo

#dcebd5 Color Hex

#DCEBD5
(220,235,213)
0 Favorites   0 Comments

Color spaces of #dcebd5

RGB 220235213
HSL0.280.350.88
HSV101°92°
CMYK 0.060.000.09   0.08
XYZ71.233879.436474.5291
Yxy79.43640.31630.3527
Hunter Lab89.1271-13.308412.8100
CIE-Lab91.4314-8.89558.9673

#dcebd5 color RGB value is (220,235,213).

#dcebd5 hex color red value is 220, green value is 235 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #dcebd5 hue: 0.28 , saturation: 0.35 and the lightness value of dcebd5 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 11010101
Octal 334 353 325
Decimal 220 235 213
Hex DC EB D5

RGB Percentages of Color #dcebd5

%32.93
%35.18
%31.89

CMYK Percentages of Color #dcebd5

%6
%0
%9
%8

Triadic Colors of #dcebd5

#dcebd5 #d5dceb #ebd5dc

Analogous Colors of #dcebd5

#dcebd5 #d5ebd9 #e7ebd5

Monochromatic Colors of #dcebd5

#dcebd5

Complementary Color

#dcebd5 #e4d5eb

#dcebd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebd5 Color CSS Codes

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

#dcebd5 Text Font Color

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

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


#dcebd5 Background Color

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

This div background color is #dcebd5


#dcebd5 Border Color

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

This div border color is #dcebd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebd5


Comments

No comments written yet.

Please login to write comment.