Color Hex Logo

#dcebc1 Color Hex

#DCEBC1
(220,235,193)
0 Favorites   0 Comments

Color spaces of #dcebc1

RGB 220235193
HSL0.230.510.84
HSV81°18°92°
CMYK 0.060.000.18   0.08
XYZ68.849278.482661.9720
Yxy78.48260.32890.3750
Hunter Lab88.5904-16.309620.5379
CIE-Lab90.9997-12.160218.7367

#dcebc1 color RGB value is (220,235,193).

#dcebc1 hex color red value is 220, green value is 235 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #dcebc1 hue: 0.23 , saturation: 0.51 and the lightness value of dcebc1 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 11000001
Octal 334 353 301
Decimal 220 235 193
Hex DC EB C1

RGB Percentages of Color #dcebc1

%33.95
%36.27
%29.78

CMYK Percentages of Color #dcebc1

%6
%0
%18
%8

Triadic Colors of #dcebc1

#dcebc1 #c1dceb #ebc1dc

Analogous Colors of #dcebc1

#dcebc1 #c7ebc1 #ebe5c1

Monochromatic Colors of #dcebc1

#dcebc1

Complementary Color

#dcebc1 #d0c1eb

#dcebc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebc1 Color CSS Codes

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

#dcebc1 Text Font Color

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

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


#dcebc1 Background Color

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

This div background color is #dcebc1


#dcebc1 Border Color

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

This div border color is #dcebc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebc1


Comments

No comments written yet.

Please login to write comment.