Color Hex Logo

#ebc2bc Color Hex

#EBC2BC
(235,194,188)
0 Favorites   0 Comments

Color spaces of #ebc2bc

RGB 235194188
HSL0.020.540.83
HSV20°92°
CMYK 0.000.170.20   0.08
XYZ62.629859.876655.8333
Yxy59.87660.35120.3357
Hunter Lab77.38009.059411.3854
CIE-Lab81.771113.66818.4893

#ebc2bc color RGB value is (235,194,188).

#ebc2bc hex color red value is 235, green value is 194 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ebc2bc hue: 0.02 , saturation: 0.54 and the lightness value of ebc2bc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 10111100
Octal 353 302 274
Decimal 235 194 188
Hex EB C2 BC

RGB Percentages of Color #ebc2bc

%38.09
%31.44
%30.47

CMYK Percentages of Color #ebc2bc

%0
%17
%20
%8

Triadic Colors of #ebc2bc

#ebc2bc #bcebc2 #c2bceb

Analogous Colors of #ebc2bc

#ebc2bc #ebdabc #ebbcce

Monochromatic Colors of #ebc2bc

#ebc2bc

Complementary Color

#ebc2bc #bce5eb

#ebc2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc2bc Color CSS Codes

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

#ebc2bc Text Font Color

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

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


#ebc2bc Background Color

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

This div background color is #ebc2bc


#ebc2bc Border Color

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

This div border color is #ebc2bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc2bc


Comments

No comments written yet.

Please login to write comment.