Color Hex Logo

#ebc9cb Color Hex

#EBC9CB
(235,201,203)
0 Favorites   0 Comments

Color spaces of #ebc9cb

RGB 235201203
HSL0.990.460.85
HSV356°14°92°
CMYK 0.000.140.14   0.08
XYZ65.927163.747365.3296
Yxy63.74730.33810.3269
Hunter Lab79.84197.66787.3761
CIE-Lab83.834012.28143.4413

#ebc9cb color RGB value is (235,201,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001001 11001011
Octal 353 311 313
Decimal 235 201 203
Hex EB C9 CB

RGB Percentages of Color #ebc9cb

%36.78
%31.46
%31.77

CMYK Percentages of Color #ebc9cb

%0
%14
%14
%8

Triadic Colors of #ebc9cb

#ebc9cb #cbebc9 #c9cbeb

Analogous Colors of #ebc9cb

#ebc9cb #ebd8c9 #ebc9dc

Monochromatic Colors of #ebc9cb

#ebc9cb

Complementary Color

#ebc9cb #c9ebe9

#ebc9cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc9cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc9cb Color CSS Codes

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

#ebc9cb Text Font Color

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

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


#ebc9cb Background Color

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

This div background color is #ebc9cb


#ebc9cb Border Color

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

This div border color is #ebc9cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc9cb


Comments

No comments written yet.

Please login to write comment.