Color Hex Logo

#efdebf Color Hex

#EFDEBF
(239,222,191)
0 Favorites   0 Comments

Color spaces of #efdebf

RGB 239222191
HSL0.110.600.84
HSV39°20°94°
CMYK 0.000.070.20   0.06
XYZ71.121874.354959.8936
Yxy74.35490.34630.3621
Hunter Lab86.2293-3.674719.1785
CIE-Lab89.09000.958817.3181

#efdebf color RGB value is (239,222,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 10111111
Octal 357 336 277
Decimal 239 222 191
Hex EF DE BF

RGB Percentages of Color #efdebf

%36.66
%34.05
%29.29

CMYK Percentages of Color #efdebf

%0
%7
%20
%6

Triadic Colors of #efdebf

#efdebf #bfefde #debfef

Analogous Colors of #efdebf

#efdebf #e8efbf #efc6bf

Monochromatic Colors of #efdebf

#efdebf

Complementary Color

#efdebf #bfd0ef

#efdebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdebf Color CSS Codes

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

#efdebf Text Font Color

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

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


#efdebf Background Color

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

This div background color is #efdebf


#efdebf Border Color

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

This div border color is #efdebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdebf


Comments

No comments written yet.

Please login to write comment.