Color Hex Logo

#ebc5bb Color Hex

#EBC5BB
(235,197,187)
0 Favorites   0 Comments

Color spaces of #ebc5bb

RGB 235197187
HSL0.030.550.83
HSV13°20°92°
CMYK 0.000.160.20   0.08
XYZ63.196861.182555.4923
Yxy61.18250.35130.3401
Hunter Lab78.21927.334412.6904
CIE-Lab82.476811.935410.0326

#ebc5bb color RGB value is (235,197,187).

#ebc5bb hex color red value is 235, green value is 197 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ebc5bb hue: 0.03 , saturation: 0.55 and the lightness value of ebc5bb is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000101 10111011
Octal 353 305 273
Decimal 235 197 187
Hex EB C5 BB

RGB Percentages of Color #ebc5bb

%37.96
%31.83
%30.21

CMYK Percentages of Color #ebc5bb

%0
%16
%20
%8

Triadic Colors of #ebc5bb

#ebc5bb #bbebc5 #c5bbeb

Analogous Colors of #ebc5bb

#ebc5bb #ebddbb #ebbbc9

Monochromatic Colors of #ebc5bb

#ebc5bb

Complementary Color

#ebc5bb #bbe1eb

#ebc5bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc5bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc5bb Color CSS Codes

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

#ebc5bb Text Font Color

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

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


#ebc5bb Background Color

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

This div background color is #ebc5bb


#ebc5bb Border Color

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

This div border color is #ebc5bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc5bb


Comments

No comments written yet.

Please login to write comment.