Color Hex Logo

#ebbcbc Color Hex

#EBBCBC
(235,188,188)
0 Favorites   0 Comments

Color spaces of #ebbcbc

RGB 235188188
HSL0.000.540.83
HSV20°92°
CMYK 0.000.200.20   0.08
XYZ61.321357.259455.3972
Yxy57.25940.35250.3291
Hunter Lab75.669912.23029.5633
CIE-Lab80.325316.84856.4145

#ebbcbc color RGB value is (235,188,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 10111100
Octal 353 274 274
Decimal 235 188 188
Hex EB BC BC

RGB Percentages of Color #ebbcbc

%38.46
%30.77
%30.77

CMYK Percentages of Color #ebbcbc

%0
%20
%20
%8

Triadic Colors of #ebbcbc

#ebbcbc #bcebbc #bcbceb

Analogous Colors of #ebbcbc

#ebbcbc #ebd4bc #ebbcd4

Monochromatic Colors of #ebbcbc

#ebbcbc

Complementary Color

#ebbcbc #bcebeb

#ebbcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbcbc Color CSS Codes

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

#ebbcbc Text Font Color

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

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


#ebbcbc Background Color

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

This div background color is #ebbcbc


#ebbcbc Border Color

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

This div border color is #ebbcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbcbc

#ebbcbc Color Palettes


Comments

No comments written yet.

Please login to write comment.