Color Hex Logo

#efdecb Color Hex

#EFDECB
(239,222,203)
0 Favorites   0 Comments

Color spaces of #efdecb

RGB 239222203
HSL0.090.530.87
HSV32°15°94°
CMYK 0.000.070.15   0.06
XYZ72.497474.905167.1370
Yxy74.90510.33790.3491
Hunter Lab86.5477-1.936614.5908
CIE-Lab89.34852.752111.4075

#efdecb color RGB value is (239,222,203).

#efdecb hex color red value is 239, green value is 222 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #efdecb hue: 0.09 , saturation: 0.53 and the lightness value of efdecb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 11001011
Octal 357 336 313
Decimal 239 222 203
Hex EF DE CB

RGB Percentages of Color #efdecb

%35.99
%33.43
%30.57

CMYK Percentages of Color #efdecb

%0
%7
%15
%6

Triadic Colors of #efdecb

#efdecb #cbefde #decbef

Analogous Colors of #efdecb

#efdecb #eeefcb #efcccb

Monochromatic Colors of #efdecb

#efdecb

Complementary Color

#efdecb #cbdcef

#efdecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdecb Color CSS Codes

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

#efdecb Text Font Color

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

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


#efdecb Background Color

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

This div background color is #efdecb


#efdecb Border Color

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

This div border color is #efdecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,222,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #efdecb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdecb


Comments

No comments written yet.

Please login to write comment.