Color Hex Logo

#efb9bd Color Hex

#EFB9BD
(239,185,189)
0 Favorites   0 Comments

Color spaces of #efb9bd

RGB 239185189
HSL0.990.630.83
HSV356°23°94°
CMYK 0.000.230.21   0.06
XYZ62.130956.722855.8181
Yxy56.72280.35570.3247
Hunter Lab75.314515.45358.7784
CIE-Lab80.023420.04265.4907

#efb9bd color RGB value is (239,185,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111001 10111101
Octal 357 271 275
Decimal 239 185 189
Hex EF B9 BD

RGB Percentages of Color #efb9bd

%38.99
%30.18
%30.83

CMYK Percentages of Color #efb9bd

%0
%23
%21
%6

Triadic Colors of #efb9bd

#efb9bd #bdefb9 #b9bdef

Analogous Colors of #efb9bd

#efb9bd #efd0b9 #efb9d8

Monochromatic Colors of #efb9bd

#efb9bd

Complementary Color

#efb9bd #b9efeb

#efb9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb9bd Color CSS Codes

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

#efb9bd Text Font Color

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

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


#efb9bd Background Color

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

This div background color is #efb9bd


#efb9bd Border Color

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

This div border color is #efb9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb9bd


Comments

No comments written yet.

Please login to write comment.