Color Hex Logo

#ebcacb Color Hex

#EBCACB
(235,202,203)
0 Favorites   0 Comments

Color spaces of #ebcacb

RGB 235202203
HSL0.990.450.86
HSV358°14°92°
CMYK 0.000.140.14   0.08
XYZ66.161064.215065.4076
Yxy64.21500.33790.3280
Hunter Lab80.13437.13947.7000
CIE-Lab84.077611.75443.7941

#ebcacb color RGB value is (235,202,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 11001011
Octal 353 312 313
Decimal 235 202 203
Hex EB CA CB

RGB Percentages of Color #ebcacb

%36.72
%31.56
%31.72

CMYK Percentages of Color #ebcacb

%0
%14
%14
%8

Triadic Colors of #ebcacb

#ebcacb #cbebca #cacbeb

Analogous Colors of #ebcacb

#ebcacb #ebdaca #ebcadc

Monochromatic Colors of #ebcacb

#ebcacb

Complementary Color

#ebcacb #caebea

#ebcacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcacb Color CSS Codes

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

#ebcacb Text Font Color

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

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


#ebcacb Background Color

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

This div background color is #ebcacb


#ebcacb Border Color

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

This div border color is #ebcacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcacb


Comments

No comments written yet.

Please login to write comment.