Color Hex Logo

#ebd9bf Color Hex

#EBD9BF
(235,217,191)
0 Favorites   0 Comments

Color spaces of #ebd9bf

RGB 235217191
HSL0.100.520.84
HSV35°19°92°
CMYK 0.000.080.19   0.08
XYZ68.477871.049559.3950
Yxy71.04950.34420.3572
Hunter Lab84.2909-2.495817.2253
CIE-Lab87.50912.076715.0484

#ebd9bf color RGB value is (235,217,191).

#ebd9bf hex color red value is 235, green value is 217 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ebd9bf hue: 0.10 , saturation: 0.52 and the lightness value of ebd9bf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 10111111
Octal 353 331 277
Decimal 235 217 191
Hex EB D9 BF

RGB Percentages of Color #ebd9bf

%36.55
%33.75
%29.70

CMYK Percentages of Color #ebd9bf

%0
%8
%19
%8

Triadic Colors of #ebd9bf

#ebd9bf #bfebd9 #d9bfeb

Analogous Colors of #ebd9bf

#ebd9bf #e7ebbf #ebc3bf

Monochromatic Colors of #ebd9bf

#ebd9bf

Complementary Color

#ebd9bf #bfd1eb

#ebd9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd9bf Color CSS Codes

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

#ebd9bf Text Font Color

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

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


#ebd9bf Background Color

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

This div background color is #ebd9bf


#ebd9bf Border Color

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

This div border color is #ebd9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd9bf


Comments

No comments written yet.

Please login to write comment.