Color Hex Logo

#ebd8ad Color Hex

#EBD8AD
(235,216,173)
0 Favorites   0 Comments

Color spaces of #ebd8ad

RGB 235216173
HSL0.120.610.80
HSV42°26°92°
CMYK 0.000.080.26   0.08
XYZ66.359669.791049.5087
Yxy69.79100.35740.3759
Hunter Lab83.5410-4.407923.3418
CIE-Lab86.89430.056523.6107

#ebd8ad color RGB value is (235,216,173).

#ebd8ad hex color red value is 235, green value is 216 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ebd8ad hue: 0.12 , saturation: 0.61 and the lightness value of ebd8ad is 0.80.

The process color (four color CMYK) of #ebd8ad color hex is 0.00, 0.08, 0.26, 0.08. Web safe color of #ebd8ad is #ffcc99. Color #ebd8ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 10101101
Octal 353 330 255
Decimal 235 216 173
Hex EB D8 AD

RGB Percentages of Color #ebd8ad

%37.66
%34.62
%27.72

CMYK Percentages of Color #ebd8ad

%0
%8
%26
%8

Triadic Colors of #ebd8ad

#ebd8ad #adebd8 #d8adeb

Analogous Colors of #ebd8ad

#ebd8ad #dfebad #ebb9ad

Monochromatic Colors of #ebd8ad

#ebd8ad

Complementary Color

#ebd8ad #adc0eb

#ebd8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd8ad Color CSS Codes

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

#ebd8ad Text Font Color

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

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


#ebd8ad Background Color

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

This div background color is #ebd8ad


#ebd8ad Border Color

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

This div border color is #ebd8ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd8ad


Comments

No comments written yet.

Please login to write comment.