Color Hex Logo

#ebd6cb Color Hex

#EBD6CB
(235,214,203)
0 Favorites   0 Comments

Color spaces of #ebd6cb

RGB 235214203
HSL0.060.440.86
HSV21°14°92°
CMYK 0.000.090.14   0.08
XYZ69.087070.067166.3829
Yxy70.06710.33610.3409
Hunter Lab83.70610.839711.5745
CIE-Lab87.02985.46798.0494

#ebd6cb color RGB value is (235,214,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 11001011
Octal 353 326 313
Decimal 235 214 203
Hex EB D6 CB

RGB Percentages of Color #ebd6cb

%36.04
%32.82
%31.13

CMYK Percentages of Color #ebd6cb

%0
%9
%14
%8

Triadic Colors of #ebd6cb

#ebd6cb #cbebd6 #d6cbeb

Analogous Colors of #ebd6cb

#ebd6cb #ebe6cb #ebcbd0

Monochromatic Colors of #ebd6cb

#ebd6cb

Complementary Color

#ebd6cb #cbe0eb

#ebd6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd6cb Color CSS Codes

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

#ebd6cb Text Font Color

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

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


#ebd6cb Background Color

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

This div background color is #ebd6cb


#ebd6cb Border Color

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

This div border color is #ebd6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd6cb


Comments

No comments written yet.

Please login to write comment.