Color Hex Logo

#ebd4cb Color Hex

#EBD4CB
(235,212,203)
0 Favorites   0 Comments

Color spaces of #ebd4cb

RGB 235212203
HSL0.050.440.86
HSV17°14°92°
CMYK 0.000.100.14   0.08
XYZ68.583969.060966.2152
Yxy69.06090.33640.3388
Hunter Lab83.10291.884010.9306
CIE-Lab86.53426.51007.3379

#ebd4cb color RGB value is (235,212,203).

#ebd4cb hex color red value is 235, green value is 212 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ebd4cb hue: 0.05 , saturation: 0.44 and the lightness value of ebd4cb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 11001011
Octal 353 324 313
Decimal 235 212 203
Hex EB D4 CB

RGB Percentages of Color #ebd4cb

%36.15
%32.62
%31.23

CMYK Percentages of Color #ebd4cb

%0
%10
%14
%8

Triadic Colors of #ebd4cb

#ebd4cb #cbebd4 #d4cbeb

Analogous Colors of #ebd4cb

#ebd4cb #ebe4cb #ebcbd2

Monochromatic Colors of #ebd4cb

#ebd4cb

Complementary Color

#ebd4cb #cbe2eb

#ebd4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd4cb Color CSS Codes

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

#ebd4cb Text Font Color

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

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


#ebd4cb Background Color

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

This div background color is #ebd4cb


#ebd4cb Border Color

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

This div border color is #ebd4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd4cb

#ebd4cb Color Palettes


Comments

No comments written yet.

Please login to write comment.