Color Hex Logo

#ebbcbd Color Hex

#EBBCBD
(235,188,189)
0 Favorites   0 Comments

Color spaces of #ebbcbd

RGB 235188189
HSL1.000.540.83
HSV359°20°92°
CMYK 0.000.200.20   0.08
XYZ61.429557.302755.9670
Yxy57.30270.35160.3280
Hunter Lab75.698512.38069.1535
CIE-Lab80.349516.99795.9108

#ebbcbd color RGB value is (235,188,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 10111101
Octal 353 274 275
Decimal 235 188 189
Hex EB BC BD

RGB Percentages of Color #ebbcbd

%38.40
%30.72
%30.88

CMYK Percentages of Color #ebbcbd

%0
%20
%20
%8

Triadic Colors of #ebbcbd

#ebbcbd #bdebbc #bcbdeb

Analogous Colors of #ebbcbd

#ebbcbd #ebd3bc #ebbcd5

Monochromatic Colors of #ebbcbd

#ebbcbd

Complementary Color

#ebbcbd #bcebea

#ebbcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbcbd Color CSS Codes

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

#ebbcbd Text Font Color

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

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


#ebbcbd Background Color

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

This div background color is #ebbcbd


#ebbcbd Border Color

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

This div border color is #ebbcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbcbd


Comments

No comments written yet.

Please login to write comment.