Color Hex Logo

#efbfbd Color Hex

#EFBFBD
(239,191,189)
0 Favorites   0 Comments

Color spaces of #efbfbd

RGB 239191189
HSL0.010.610.84
HSV21°94°
CMYK 0.000.200.21   0.06
XYZ63.412759.286456.2453
Yxy59.28640.35440.3313
Hunter Lab76.997712.260710.5882
CIE-Lab81.448816.86287.5409

#efbfbd color RGB value is (239,191,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 10111101
Octal 357 277 275
Decimal 239 191 189
Hex EF BF BD

RGB Percentages of Color #efbfbd

%38.61
%30.86
%30.53

CMYK Percentages of Color #efbfbd

%0
%20
%21
%6

Triadic Colors of #efbfbd

#efbfbd #bdefbf #bfbdef

Analogous Colors of #efbfbd

#efbfbd #efd8bd #efbdd4

Monochromatic Colors of #efbfbd

#efbfbd

Complementary Color

#efbfbd #bdedef

#efbfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbfbd Color CSS Codes

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

#efbfbd Text Font Color

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

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


#efbfbd Background Color

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

This div background color is #efbfbd


#efbfbd Border Color

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

This div border color is #efbfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbfbd

#efbfbd Color Palettes


Comments

No comments written yet.

Please login to write comment.