Color Hex Logo

#efbbbf Color Hex

#EFBBBF
(239,187,191)
1 Favorites   0 Comments

Color spaces of #efbbbf

RGB 239187191
HSL0.990.620.84
HSV355°22°94°
CMYK 0.000.220.20   0.06
XYZ62.770957.653057.1100
Yxy57.65300.35360.3247
Hunter Lab75.929614.68908.5561
CIE-Lab80.545519.27735.1653

#efbbbf color RGB value is (239,187,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 10111111
Octal 357 273 277
Decimal 239 187 191
Hex EF BB BF

RGB Percentages of Color #efbbbf

%38.74
%30.31
%30.96

CMYK Percentages of Color #efbbbf

%0
%22
%20
%6

Triadic Colors of #efbbbf

#efbbbf #bfefbb #bbbfef

Analogous Colors of #efbbbf

#efbbbf #efd1bb #efbbd9

Monochromatic Colors of #efbbbf

#efbbbf

Complementary Color

#efbbbf #bbefeb

#efbbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbbf Color CSS Codes

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

#efbbbf Text Font Color

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

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


#efbbbf Background Color

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

This div background color is #efbbbf


#efbbbf Border Color

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

This div border color is #efbbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbbf

#efbbbf Color Palettes


Comments

No comments written yet.

Please login to write comment.