Color Hex Logo

#ebb6bb Color Hex

#EBB6BB
(235,182,187)
0 Favorites   0 Comments

Color spaces of #ebb6bb

RGB 235182187
HSL0.980.570.82
HSV354°23°92°
CMYK 0.000.230.20   0.08
XYZ59.958554.705954.4128
Yxy54.70590.35460.3236
Hunter Lab73.963415.26518.1564
CIE-Lab78.871619.89004.8595

#ebb6bb color RGB value is (235,182,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110110 10111011
Octal 353 266 273
Decimal 235 182 187
Hex EB B6 BB

RGB Percentages of Color #ebb6bb

%38.91
%30.13
%30.96

CMYK Percentages of Color #ebb6bb

%0
%23
%20
%8

Triadic Colors of #ebb6bb

#ebb6bb #bbebb6 #b6bbeb

Analogous Colors of #ebb6bb

#ebb6bb #ebccb6 #ebb6d6

Monochromatic Colors of #ebb6bb

#ebb6bb

Complementary Color

#ebb6bb #b6ebe6

#ebb6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb6bb Color CSS Codes

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

#ebb6bb Text Font Color

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

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


#ebb6bb Background Color

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

This div background color is #ebb6bb


#ebb6bb Border Color

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

This div border color is #ebb6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb6bb


Comments

No comments written yet.

Please login to write comment.