Color Hex Logo

#dcebad Color Hex

#DCEBAD
(220,235,173)
0 Favorites   0 Comments

Color spaces of #dcebad

RGB 220235173
HSL0.210.610.80
HSV75°26°92°
CMYK 0.060.000.26   0.08
XYZ66.766477.649451.0040
Yxy77.64940.34170.3973
Hunter Lab88.1189-18.961227.3656
CIE-Lab90.6197-15.096828.5008

#dcebad color RGB value is (220,235,173).

#dcebad hex color red value is 220, green value is 235 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dcebad hue: 0.21 , saturation: 0.61 and the lightness value of dcebad is 0.80.

The process color (four color CMYK) of #dcebad color hex is 0.06, 0.00, 0.26, 0.08. Web safe color of #dcebad is #ccff99. Color #dcebad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 10101101
Octal 334 353 255
Decimal 220 235 173
Hex DC EB AD

RGB Percentages of Color #dcebad

%35.03
%37.42
%27.55

CMYK Percentages of Color #dcebad

%6
%0
%26
%8

Triadic Colors of #dcebad

#dcebad #addceb #ebaddc

Analogous Colors of #dcebad

#dcebad #bdebad #ebdbad

Monochromatic Colors of #dcebad

#dcebad

Complementary Color

#dcebad #bcadeb

#dcebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebad Color CSS Codes

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

#dcebad Text Font Color

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

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


#dcebad Background Color

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

This div background color is #dcebad


#dcebad Border Color

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

This div border color is #dcebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebad


Comments

No comments written yet.

Please login to write comment.