Color Hex Logo

#ebc5cb Color Hex

#EBC5CB
(235,197,203)
0 Favorites   0 Comments

Color spaces of #ebc5cb

RGB 235197203
HSL0.970.490.85
HSV351°16°92°
CMYK 0.000.160.14   0.08
XYZ65.006761.906565.0228
Yxy61.90650.33870.3225
Hunter Lab78.68079.78716.0784
CIE-Lab82.863714.39462.0327

#ebc5cb color RGB value is (235,197,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000101 11001011
Octal 353 305 313
Decimal 235 197 203
Hex EB C5 CB

RGB Percentages of Color #ebc5cb

%37.01
%31.02
%31.97

CMYK Percentages of Color #ebc5cb

%0
%16
%14
%8

Triadic Colors of #ebc5cb

#ebc5cb #cbebc5 #c5cbeb

Analogous Colors of #ebc5cb

#ebc5cb #ebd2c5 #ebc5de

Monochromatic Colors of #ebc5cb

#ebc5cb

Complementary Color

#ebc5cb #c5ebe5

#ebc5cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc5cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc5cb Color CSS Codes

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

#ebc5cb Text Font Color

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

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


#ebc5cb Background Color

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

This div background color is #ebc5cb


#ebc5cb Border Color

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

This div border color is #ebc5cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc5cb


Comments

No comments written yet.

Please login to write comment.