Color Hex Logo

#ebab9d Color Hex

#EBAB9D
(235,171,157)
0 Favorites   0 Comments

Color spaces of #ebab9d

RGB 235171157
HSL0.030.660.77
HSV11°33°92°
CMYK 0.000.270.33   0.08
XYZ54.909749.222338.5051
Yxy49.22230.38500.3451
Hunter Lab70.158616.925616.5709
CIE-Lab75.589421.646316.4802

#ebab9d color RGB value is (235,171,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101011 10011101
Octal 353 253 235
Decimal 235 171 157
Hex EB AB 9D

RGB Percentages of Color #ebab9d

%41.74
%30.37
%27.89

CMYK Percentages of Color #ebab9d

%0
%27
%33
%8

Triadic Colors of #ebab9d

#ebab9d #9debab #ab9deb

Analogous Colors of #ebab9d

#ebab9d #ebd29d #eb9db6

Monochromatic Colors of #ebab9d

#ebab9d

Complementary Color

#ebab9d #9dddeb

#ebab9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebab9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebab9d Color CSS Codes

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

#ebab9d Text Font Color

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

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


#ebab9d Background Color

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

This div background color is #ebab9d


#ebab9d Border Color

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

This div border color is #ebab9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebab9d


Comments

No comments written yet.

Please login to write comment.