Color Hex Logo

#ebbbbd Color Hex

#EBBBBD
(235,187,189)
0 Favorites   0 Comments

Color spaces of #ebbbbd

RGB 235187189
HSL0.990.550.83
HSV358°20°92°
CMYK 0.000.200.20   0.08
XYZ61.216656.876955.8960
Yxy56.87690.35180.3269
Hunter Lab75.416812.91108.8483
CIE-Lab80.110317.52915.5661

#ebbbbd color RGB value is (235,187,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 10111101
Octal 353 273 275
Decimal 235 187 189
Hex EB BB BD

RGB Percentages of Color #ebbbbd

%38.46
%30.61
%30.93

CMYK Percentages of Color #ebbbbd

%0
%20
%20
%8

Triadic Colors of #ebbbbd

#ebbbbd #bdebbb #bbbdeb

Analogous Colors of #ebbbbd

#ebbbbd #ebd1bb #ebbbd5

Monochromatic Colors of #ebbbbd

#ebbbbd

Complementary Color

#ebbbbd #bbebe9

#ebbbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbbbd Color CSS Codes

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

#ebbbbd Text Font Color

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

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


#ebbbbd Background Color

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

This div background color is #ebbbbd


#ebbbbd Border Color

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

This div border color is #ebbbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbbbd


Comments

No comments written yet.

Please login to write comment.