Color Hex Logo

#ebdccc Color Hex

#EBDCCC
(235,220,204)
0 Favorites   0 Comments

Color spaces of #ebdccc

RGB 235220204
HSL0.090.440.86
HSV31°13°92°
CMYK 0.000.060.13   0.08
XYZ70.753273.208267.5282
Yxy73.20820.33450.3462
Hunter Lab85.5618-2.127013.0996
CIE-Lab88.54692.51399.6955

#ebdccc color RGB value is (235,220,204).

#ebdccc hex color red value is 235, green value is 220 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ebdccc hue: 0.09 , saturation: 0.44 and the lightness value of ebdccc is 0.86.

The process color (four color CMYK) of #ebdccc color hex is 0.00, 0.06, 0.13, 0.08. Web safe color of #ebdccc is #ffcccc. Color #ebdccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 11001100
Octal 353 334 314
Decimal 235 220 204
Hex EB DC CC

RGB Percentages of Color #ebdccc

%35.66
%33.38
%30.96

CMYK Percentages of Color #ebdccc

%0
%6
%13
%8

Triadic Colors of #ebdccc

#ebdccc #ccebdc #dccceb

Analogous Colors of #ebdccc

#ebdccc #ebebcc #ebcdcc

Monochromatic Colors of #ebdccc

#ebdccc

Complementary Color

#ebdccc #ccdbeb

#ebdccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdccc Color CSS Codes

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

#ebdccc Text Font Color

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

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


#ebdccc Background Color

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

This div background color is #ebdccc


#ebdccc Border Color

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

This div border color is #ebdccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdccc


Comments

No comments written yet.

Please login to write comment.