Color Hex Logo

#efbbbd Color Hex

#EFBBBD
(239,187,189)
0 Favorites   0 Comments

Color spaces of #efbbbd

RGB 239187189
HSL0.990.620.84
HSV358°22°94°
CMYK 0.000.220.21   0.06
XYZ62.552257.565555.9585
Yxy57.56550.35530.3269
Hunter Lab75.871914.38759.3817
CIE-Lab80.496618.98176.1724

#efbbbd color RGB value is (239,187,189).

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

The process color (four color CMYK) of #efbbbd color hex is 0.00, 0.22, 0.21, 0.06. Web safe color of #efbbbd is #ffcccc. Color #efbbbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 10111101
Octal 357 273 275
Decimal 239 187 189
Hex EF BB BD

RGB Percentages of Color #efbbbd

%38.86
%30.41
%30.73

CMYK Percentages of Color #efbbbd

%0
%22
%21
%6

Triadic Colors of #efbbbd

#efbbbd #bdefbb #bbbdef

Analogous Colors of #efbbbd

#efbbbd #efd3bb #efbbd7

Monochromatic Colors of #efbbbd

#efbbbd

Complementary Color

#efbbbd #bbefed

#efbbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbbd Color CSS Codes

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

#efbbbd Text Font Color

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

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


#efbbbd Background Color

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

This div background color is #efbbbd


#efbbbd Border Color

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

This div border color is #efbbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbbd


Comments

No comments written yet.

Please login to write comment.