Color Hex Logo

#ebddcd Color Hex

#EBDDCD
(235,221,205)
0 Favorites   0 Comments

Color spaces of #ebddcd

RGB 235221205
HSL0.090.430.86
HSV32°13°92°
CMYK 0.000.060.13   0.08
XYZ71.136873.782868.2498
Yxy73.78280.33370.3461
Hunter Lab85.8969-2.492213.0187
CIE-Lab88.81972.15549.5605

#ebddcd color RGB value is (235,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 11001101
Octal 353 335 315
Decimal 235 221 205
Hex EB DD CD

RGB Percentages of Color #ebddcd

%35.55
%33.43
%31.01

CMYK Percentages of Color #ebddcd

%0
%6
%13
%8

Triadic Colors of #ebddcd

#ebddcd #cdebdd #ddcdeb

Analogous Colors of #ebddcd

#ebddcd #eaebcd #ebcecd

Monochromatic Colors of #ebddcd

#ebddcd

Complementary Color

#ebddcd #cddbeb

#ebddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebddcd Color CSS Codes

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

#ebddcd Text Font Color

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

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


#ebddcd Background Color

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

This div background color is #ebddcd


#ebddcd Border Color

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

This div border color is #ebddcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,221,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 #ebddcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebddcd


Comments

No comments written yet.

Please login to write comment.