Color Hex Logo

#ebd7bf Color Hex

#EBD7BF
(235,215,191)
0 Favorites   0 Comments

Color spaces of #ebd7bf

RGB 235215191
HSL0.090.520.84
HSV33°19°92°
CMYK 0.000.090.19   0.08
XYZ67.965470.024659.2242
Yxy70.02460.34460.3551
Hunter Lab83.6807-1.463716.6146
CIE-Lab87.00893.111614.3429

#ebd7bf color RGB value is (235,215,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010111 10111111
Octal 353 327 277
Decimal 235 215 191
Hex EB D7 BF

RGB Percentages of Color #ebd7bf

%36.66
%33.54
%29.80

CMYK Percentages of Color #ebd7bf

%0
%9
%19
%8

Triadic Colors of #ebd7bf

#ebd7bf #bfebd7 #d7bfeb

Analogous Colors of #ebd7bf

#ebd7bf #e9ebbf #ebc1bf

Monochromatic Colors of #ebd7bf

#ebd7bf

Complementary Color

#ebd7bf #bfd3eb

#ebd7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd7bf Color CSS Codes

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

#ebd7bf Text Font Color

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

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


#ebd7bf Background Color

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

This div background color is #ebd7bf


#ebd7bf Border Color

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

This div border color is #ebd7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd7bf


Comments

No comments written yet.

Please login to write comment.