Color Hex Logo

#efbdbf Color Hex

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

Color spaces of #efbdbf

RGB 239189191
HSL0.990.610.84
HSV358°21°94°
CMYK 0.000.210.20   0.06
XYZ63.198258.507557.2524
Yxy58.50750.35310.3269
Hunter Lab76.490213.62359.1650
CIE-Lab81.020118.21725.8497

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

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

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

Base Numbers

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

RGB Percentages of Color #efbdbf

%38.61
%30.53
%30.86

CMYK Percentages of Color #efbdbf

%0
%21
%20
%6

Triadic Colors of #efbdbf

#efbdbf #bfefbd #bdbfef

Analogous Colors of #efbdbf

#efbdbf #efd4bd #efbdd8

Monochromatic Colors of #efbdbf

#efbdbf

Complementary Color

#efbdbf #bdefed

#efbdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbdbf Color CSS Codes

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

#efbdbf Text Font Color

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

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


#efbdbf Background Color

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

This div background color is #efbdbf


#efbdbf Border Color

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

This div border color is #efbdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbdbf


Comments

No comments written yet.

Please login to write comment.