Color Hex Logo

#ebd0cb Color Hex

#EBD0CB
(235,208,203)
0 Favorites   0 Comments

Color spaces of #ebd0cb

RGB 235208203
HSL0.030.440.86
HSV14°92°
CMYK 0.000.110.14   0.08
XYZ67.596367.085765.8860
Yxy67.08570.33700.3345
Hunter Lab81.90593.97959.6406
CIE-Lab85.54728.60135.9175

#ebd0cb color RGB value is (235,208,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010000 11001011
Octal 353 320 313
Decimal 235 208 203
Hex EB D0 CB

RGB Percentages of Color #ebd0cb

%36.38
%32.20
%31.42

CMYK Percentages of Color #ebd0cb

%0
%11
%14
%8

Triadic Colors of #ebd0cb

#ebd0cb #cbebd0 #d0cbeb

Analogous Colors of #ebd0cb

#ebd0cb #ebe0cb #ebcbd6

Monochromatic Colors of #ebd0cb

#ebd0cb

Complementary Color

#ebd0cb #cbe6eb

#ebd0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd0cb Color CSS Codes

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

#ebd0cb Text Font Color

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

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


#ebd0cb Background Color

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

This div background color is #ebd0cb


#ebd0cb Border Color

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

This div border color is #ebd0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd0cb


Comments

No comments written yet.

Please login to write comment.