Color Hex Logo

#ebad9d Color Hex

#EBAD9D
(235,173,157)
0 Favorites   0 Comments

Color spaces of #ebad9d

RGB 235173157
HSL0.030.660.77
HSV12°33°92°
CMYK 0.000.260.33   0.08
XYZ55.290349.983638.6320
Yxy49.98360.38420.3473
Hunter Lab70.699115.872717.0916
CIE-Lab76.059220.581317.1350

#ebad9d color RGB value is (235,173,157).

#ebad9d hex color red value is 235, green value is 173 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ebad9d hue: 0.03 , saturation: 0.66 and the lightness value of ebad9d is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 10011101
Octal 353 255 235
Decimal 235 173 157
Hex EB AD 9D

RGB Percentages of Color #ebad9d

%41.59
%30.62
%27.79

CMYK Percentages of Color #ebad9d

%0
%26
%33
%8

Triadic Colors of #ebad9d

#ebad9d #9debad #ad9deb

Analogous Colors of #ebad9d

#ebad9d #ebd49d #eb9db4

Monochromatic Colors of #ebad9d

#ebad9d

Complementary Color

#ebad9d #9ddbeb

#ebad9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebad9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebad9d Color CSS Codes

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

#ebad9d Text Font Color

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

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


#ebad9d Background Color

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

This div background color is #ebad9d


#ebad9d Border Color

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

This div border color is #ebad9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebad9d


Comments

No comments written yet.

Please login to write comment.