Color Hex Logo

#ebd9c5 Color Hex

#EBD9C5
(235,217,197)
0 Favorites   0 Comments

Color spaces of #ebd9c5

RGB 235217197
HSL0.090.490.85
HSV32°16°92°
CMYK 0.000.080.16   0.08
XYZ69.151871.319162.9446
Yxy71.31910.34000.3506
Hunter Lab84.4506-1.625214.9241
CIE-Lab87.63982.978912.0812

#ebd9c5 color RGB value is (235,217,197).

#ebd9c5 hex color red value is 235, green value is 217 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #ebd9c5 hue: 0.09 , saturation: 0.49 and the lightness value of ebd9c5 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011001 11000101
Octal 353 331 305
Decimal 235 217 197
Hex EB D9 C5

RGB Percentages of Color #ebd9c5

%36.21
%33.44
%30.35

CMYK Percentages of Color #ebd9c5

%0
%8
%16
%8

Triadic Colors of #ebd9c5

#ebd9c5 #c5ebd9 #d9c5eb

Analogous Colors of #ebd9c5

#ebd9c5 #eaebc5 #ebc6c5

Monochromatic Colors of #ebd9c5

#ebd9c5

Complementary Color

#ebd9c5 #c5d7eb

#ebd9c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd9c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd9c5 Color CSS Codes

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

#ebd9c5 Text Font Color

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

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


#ebd9c5 Background Color

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

This div background color is #ebd9c5


#ebd9c5 Border Color

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

This div border color is #ebd9c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd9c5


Comments

No comments written yet.

Please login to write comment.