Color Hex Logo

#ebc7cd Color Hex

#EBC7CD
(235,199,205)
0 Favorites   0 Comments

Color spaces of #ebc7cd

RGB 235199205
HSL0.970.470.85
HSV350°15°92°
CMYK 0.000.150.13   0.08
XYZ65.703862.916866.4388
Yxy62.91680.33680.3226
Hunter Lab79.32019.04805.8626
CIE-Lab83.398613.65801.7412

#ebc7cd color RGB value is (235,199,205).

#ebc7cd hex color red value is 235, green value is 199 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ebc7cd hue: 0.97 , saturation: 0.47 and the lightness value of ebc7cd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 11001101
Octal 353 307 315
Decimal 235 199 205
Hex EB C7 CD

RGB Percentages of Color #ebc7cd

%36.78
%31.14
%32.08

CMYK Percentages of Color #ebc7cd

%0
%15
%13
%8

Triadic Colors of #ebc7cd

#ebc7cd #cdebc7 #c7cdeb

Analogous Colors of #ebc7cd

#ebc7cd #ebd3c7 #ebc7df

Monochromatic Colors of #ebc7cd

#ebc7cd

Complementary Color

#ebc7cd #c7ebe5

#ebc7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc7cd Color CSS Codes

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

#ebc7cd Text Font Color

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

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


#ebc7cd Background Color

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

This div background color is #ebc7cd


#ebc7cd Border Color

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

This div border color is #ebc7cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,199,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ebc7cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc7cd


Comments

No comments written yet.

Please login to write comment.