Color Hex Logo

#ebd9cf Color Hex

#EBD9CF
(235,217,207)
0 Favorites   0 Comments

Color spaces of #ebd9cf

RGB 235217207
HSL0.060.410.87
HSV21°12°92°
CMYK 0.000.080.12   0.08
XYZ70.336371.792969.1818
Yxy71.79290.33290.3397
Hunter Lab84.7307-0.103010.9018
CIE-Lab87.86884.54507.1453

#ebd9cf color RGB value is (235,217,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 11001111
Octal 353 331 317
Decimal 235 217 207
Hex EB D9 CF

RGB Percentages of Color #ebd9cf

%35.66
%32.93
%31.41

CMYK Percentages of Color #ebd9cf

%0
%8
%12
%8

Triadic Colors of #ebd9cf

#ebd9cf #cfebd9 #d9cfeb

Analogous Colors of #ebd9cf

#ebd9cf #ebe7cf #ebcfd3

Monochromatic Colors of #ebd9cf

#ebd9cf

Complementary Color

#ebd9cf #cfe1eb

#ebd9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd9cf Color CSS Codes

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

#ebd9cf Text Font Color

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

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


#ebd9cf Background Color

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

This div background color is #ebd9cf


#ebd9cf Border Color

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

This div border color is #ebd9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd9cf

#ebd9cf Color Palettes


Comments

No comments written yet.

Please login to write comment.