Color Hex Logo

#ebd6b7 Color Hex

#EBD6B7
(235,214,183)
0 Favorites   0 Comments

Color spaces of #ebd6b7

RGB 235214183
HSL0.100.570.82
HSV36°22°92°
CMYK 0.000.090.22   0.08
XYZ66.854869.174254.6281
Yxy69.17420.35070.3628
Hunter Lab83.1710-2.066919.2771
CIE-Lab86.59022.467517.9585

#ebd6b7 color RGB value is (235,214,183).

#ebd6b7 hex color red value is 235, green value is 214 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #ebd6b7 hue: 0.10 , saturation: 0.57 and the lightness value of ebd6b7 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 10110111
Octal 353 326 267
Decimal 235 214 183
Hex EB D6 B7

RGB Percentages of Color #ebd6b7

%37.18
%33.86
%28.96

CMYK Percentages of Color #ebd6b7

%0
%9
%22
%8

Triadic Colors of #ebd6b7

#ebd6b7 #b7ebd6 #d6b7eb

Analogous Colors of #ebd6b7

#ebd6b7 #e6ebb7 #ebbcb7

Monochromatic Colors of #ebd6b7

#ebd6b7

Complementary Color

#ebd6b7 #b7cceb

#ebd6b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd6b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd6b7 Color CSS Codes

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

#ebd6b7 Text Font Color

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

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


#ebd6b7 Background Color

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

This div background color is #ebd6b7


#ebd6b7 Border Color

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

This div border color is #ebd6b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd6b7


Comments

No comments written yet.

Please login to write comment.