Color Hex Logo

#ebc1bc Color Hex

#EBC1BC
(235,193,188)
0 Favorites   0 Comments

Color spaces of #ebc1bc

RGB 235193188
HSL0.020.540.83
HSV20°92°
CMYK 0.000.180.20   0.08
XYZ62.408059.432955.7594
Yxy59.43290.35140.3346
Hunter Lab77.09279.586811.0818
CIE-Lab81.529014.19748.1426

#ebc1bc color RGB value is (235,193,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 10111100
Octal 353 301 274
Decimal 235 193 188
Hex EB C1 BC

RGB Percentages of Color #ebc1bc

%38.15
%31.33
%30.52

CMYK Percentages of Color #ebc1bc

%0
%18
%20
%8

Triadic Colors of #ebc1bc

#ebc1bc #bcebc1 #c1bceb

Analogous Colors of #ebc1bc

#ebc1bc #ebd9bc #ebbccf

Monochromatic Colors of #ebc1bc

#ebc1bc

Complementary Color

#ebc1bc #bce6eb

#ebc1bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc1bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc1bc Color CSS Codes

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

#ebc1bc Text Font Color

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

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


#ebc1bc Background Color

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

This div background color is #ebc1bc


#ebc1bc Border Color

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

This div border color is #ebc1bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc1bc


Comments

No comments written yet.

Please login to write comment.