Color Hex Logo

#ebc1c0 Color Hex

#EBC1C0
(235,193,192)
0 Favorites   0 Comments

Color spaces of #ebc1c0

RGB 235193192
HSL0.000.520.84
HSV18°92°
CMYK 0.000.180.18   0.08
XYZ62.845359.607958.0623
Yxy59.60790.34810.3302
Hunter Lab77.206210.18719.4557
CIE-Lab81.624614.79796.1343

#ebc1c0 color RGB value is (235,193,192).

#ebc1c0 hex color red value is 235, green value is 193 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #ebc1c0 hue: 0.00 , saturation: 0.52 and the lightness value of ebc1c0 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 11000000
Octal 353 301 300
Decimal 235 193 192
Hex EB C1 C0

RGB Percentages of Color #ebc1c0

%37.90
%31.13
%30.97

CMYK Percentages of Color #ebc1c0

%0
%18
%18
%8

Triadic Colors of #ebc1c0

#ebc1c0 #c0ebc1 #c1c0eb

Analogous Colors of #ebc1c0

#ebc1c0 #ebd7c0 #ebc0d5

Monochromatic Colors of #ebc1c0

#ebc1c0

Complementary Color

#ebc1c0 #c0eaeb

#ebc1c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc1c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc1c0 Color CSS Codes

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

#ebc1c0 Text Font Color

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

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


#ebc1c0 Background Color

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

This div background color is #ebc1c0


#ebc1c0 Border Color

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

This div border color is #ebc1c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc1c0


Comments

No comments written yet.

Please login to write comment.