Color Hex Logo

#efbabd Color Hex

#EFBABD
(239,186,189)
0 Favorites   0 Comments

Color spaces of #efbabd

RGB 239186189
HSL0.990.620.83
HSV357°22°94°
CMYK 0.000.220.21   0.06
XYZ62.340857.142755.8880
Yxy57.14270.35550.3258
Hunter Lab75.592814.92029.0801
CIE-Lab80.259819.51205.8314

#efbabd color RGB value is (239,186,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111010 10111101
Octal 357 272 275
Decimal 239 186 189
Hex EF BA BD

RGB Percentages of Color #efbabd

%38.93
%30.29
%30.78

CMYK Percentages of Color #efbabd

%0
%22
%21
%6

Triadic Colors of #efbabd

#efbabd #bdefba #babdef

Analogous Colors of #efbabd

#efbabd #efd2ba #efbad8

Monochromatic Colors of #efbabd

#efbabd

Complementary Color

#efbabd #baefec

#efbabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbabd Color CSS Codes

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

#efbabd Text Font Color

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

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


#efbabd Background Color

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

This div background color is #efbabd


#efbabd Border Color

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

This div border color is #efbabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbabd


Comments

No comments written yet.

Please login to write comment.