Color Hex Logo

#dcebd4 Color Hex

#DCEBD4
(220,235,212)
0 Favorites   0 Comments

Color spaces of #dcebd4

RGB 220235212
HSL0.280.370.88
HSV99°10°92°
CMYK 0.060.000.10   0.08
XYZ71.107279.385873.8626
Yxy79.38580.31690.3538
Hunter Lab89.0987-13.466913.2178
CIE-Lab91.4086-9.06649.4549

#dcebd4 color RGB value is (220,235,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 11010100
Octal 334 353 324
Decimal 220 235 212
Hex DC EB D4

RGB Percentages of Color #dcebd4

%32.98
%35.23
%31.78

CMYK Percentages of Color #dcebd4

%6
%0
%10
%8

Triadic Colors of #dcebd4

#dcebd4 #d4dceb #ebd4dc

Analogous Colors of #dcebd4

#dcebd4 #d4ebd8 #e8ebd4

Monochromatic Colors of #dcebd4

#dcebd4

Complementary Color

#dcebd4 #e3d4eb

#dcebd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebd4 Color CSS Codes

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

#dcebd4 Text Font Color

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

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


#dcebd4 Background Color

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

This div background color is #dcebd4


#dcebd4 Border Color

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

This div border color is #dcebd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebd4


Comments

No comments written yet.

Please login to write comment.