Color Hex Logo

#ebcecb Color Hex

#EBCECB
(235,206,203)
2 Favorites   0 Comments

Color spaces of #ebcecb

RGB 235206203
HSL0.020.440.86
HSV14°92°
CMYK 0.000.120.14   0.08
XYZ67.111766.116665.7245
Yxy66.11660.33730.3323
Hunter Lab81.31215.03048.9944
CIE-Lab85.05599.65015.2087

#ebcecb color RGB value is (235,206,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 11001011
Octal 353 316 313
Decimal 235 206 203
Hex EB CE CB

RGB Percentages of Color #ebcecb

%36.49
%31.99
%31.52

CMYK Percentages of Color #ebcecb

%0
%12
%14
%8

Triadic Colors of #ebcecb

#ebcecb #cbebce #cecbeb

Analogous Colors of #ebcecb

#ebcecb #ebdecb #ebcbd8

Monochromatic Colors of #ebcecb

#ebcecb

Complementary Color

#ebcecb #cbe8eb

#ebcecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcecb Color CSS Codes

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

#ebcecb Text Font Color

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

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


#ebcecb Background Color

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

This div background color is #ebcecb


#ebcecb Border Color

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

This div border color is #ebcecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcecb

#ebcecb Color Palettes


Comments

No comments written yet.

Please login to write comment.