Color Hex Logo

#ebdccd Color Hex

#EBDCCD
(235,220,205)
0 Favorites   0 Comments

Color spaces of #ebdccd

RGB 235220205
HSL0.080.430.86
HSV30°13°92°
CMYK 0.000.060.13   0.08
XYZ70.873673.256368.1621
Yxy73.25630.33380.3451
Hunter Lab85.5899-1.973512.6955
CIE-Lab88.56982.67219.2029

#ebdccd color RGB value is (235,220,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 11001101
Octal 353 334 315
Decimal 235 220 205
Hex EB DC CD

RGB Percentages of Color #ebdccd

%35.61
%33.33
%31.06

CMYK Percentages of Color #ebdccd

%0
%6
%13
%8

Triadic Colors of #ebdccd

#ebdccd #cdebdc #dccdeb

Analogous Colors of #ebdccd

#ebdccd #ebebcd #ebcdcd

Monochromatic Colors of #ebdccd

#ebdccd

Complementary Color

#ebdccd #cddceb

#ebdccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdccd Color CSS Codes

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

#ebdccd Text Font Color

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

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


#ebdccd Background Color

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

This div background color is #ebdccd


#ebdccd Border Color

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

This div border color is #ebdccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdccd

#ebdccd Color Palettes


Comments

No comments written yet.

Please login to write comment.