Color Hex Logo

#ebd8cf Color Hex

#EBD8CF
(235,216,207)
0 Favorites   0 Comments

Color spaces of #ebd8cf

RGB 235216207
HSL0.050.410.87
HSV19°12°92°
CMYK 0.000.080.12   0.08
XYZ70.079371.278969.0961
Yxy71.27890.33300.3387
Hunter Lab84.42680.418710.5750
CIE-Lab87.62035.06456.7880

#ebd8cf color RGB value is (235,216,207).

#ebd8cf hex color red value is 235, green value is 216 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ebd8cf hue: 0.05 , saturation: 0.41 and the lightness value of ebd8cf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 11001111
Octal 353 330 317
Decimal 235 216 207
Hex EB D8 CF

RGB Percentages of Color #ebd8cf

%35.71
%32.83
%31.46

CMYK Percentages of Color #ebd8cf

%0
%8
%12
%8

Triadic Colors of #ebd8cf

#ebd8cf #cfebd8 #d8cfeb

Analogous Colors of #ebd8cf

#ebd8cf #ebe6cf #ebcfd4

Monochromatic Colors of #ebd8cf

#ebd8cf

Complementary Color

#ebd8cf #cfe2eb

#ebd8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd8cf Color CSS Codes

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

#ebd8cf Text Font Color

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

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


#ebd8cf Background Color

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

This div background color is #ebd8cf


#ebd8cf Border Color

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

This div border color is #ebd8cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd8cf


Comments

No comments written yet.

Please login to write comment.