Color Hex Logo

#ebd6bf Color Hex

#EBD6BF
(235,214,191)
0 Favorites   0 Comments

Color spaces of #ebd6bf

RGB 235214191
HSL0.090.520.84
HSV31°19°92°
CMYK 0.000.090.19   0.08
XYZ67.711569.516959.1395
Yxy69.51690.34480.3540
Hunter Lab83.3768-0.947016.3091
CIE-Lab86.75943.629813.9905

#ebd6bf color RGB value is (235,214,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 10111111
Octal 353 326 277
Decimal 235 214 191
Hex EB D6 BF

RGB Percentages of Color #ebd6bf

%36.72
%33.44
%29.84

CMYK Percentages of Color #ebd6bf

%0
%9
%19
%8

Triadic Colors of #ebd6bf

#ebd6bf #bfebd6 #d6bfeb

Analogous Colors of #ebd6bf

#ebd6bf #eaebbf #ebc0bf

Monochromatic Colors of #ebd6bf

#ebd6bf

Complementary Color

#ebd6bf #bfd4eb

#ebd6bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd6bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd6bf Color CSS Codes

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

#ebd6bf Text Font Color

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

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


#ebd6bf Background Color

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

This div background color is #ebd6bf


#ebd6bf Border Color

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

This div border color is #ebd6bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd6bf

#ebd6bf Color Palettes


Comments

No comments written yet.

Please login to write comment.