Color Hex Logo

#ebb9bb Color Hex

#EBB9BB
(235,185,187)
0 Favorites   0 Comments

Color spaces of #ebb9bb

RGB 235185187
HSL0.990.560.82
HSV358°21°92°
CMYK 0.000.210.20   0.08
XYZ60.579655.947954.6199
Yxy55.94790.35400.3269
Hunter Lab74.798313.67119.0636
CIE-Lab79.584218.29405.8870

#ebb9bb color RGB value is (235,185,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111001 10111011
Octal 353 271 273
Decimal 235 185 187
Hex EB B9 BB

RGB Percentages of Color #ebb9bb

%38.71
%30.48
%30.81

CMYK Percentages of Color #ebb9bb

%0
%21
%20
%8

Triadic Colors of #ebb9bb

#ebb9bb #bbebb9 #b9bbeb

Analogous Colors of #ebb9bb

#ebb9bb #ebd0b9 #ebb9d4

Monochromatic Colors of #ebb9bb

#ebb9bb

Complementary Color

#ebb9bb #b9ebe9

#ebb9bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb9bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb9bb Color CSS Codes

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

#ebb9bb Text Font Color

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

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


#ebb9bb Background Color

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

This div background color is #ebb9bb


#ebb9bb Border Color

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

This div border color is #ebb9bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb9bb


Comments

No comments written yet.

Please login to write comment.