Color Hex Logo

#efddcb Color Hex

#EFDDCB
(239,221,203)
0 Favorites   0 Comments

Color spaces of #efddcb

RGB 239221203
HSL0.080.530.87
HSV30°15°94°
CMYK 0.000.080.15   0.06
XYZ72.232574.375467.0487
Yxy74.37540.33810.3481
Hunter Lab86.2412-1.416914.2735
CIE-Lab89.09963.267911.0530

#efddcb color RGB value is (239,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 11001011
Octal 357 335 313
Decimal 239 221 203
Hex EF DD CB

RGB Percentages of Color #efddcb

%36.05
%33.33
%30.62

CMYK Percentages of Color #efddcb

%0
%8
%15
%6

Triadic Colors of #efddcb

#efddcb #cbefdd #ddcbef

Analogous Colors of #efddcb

#efddcb #efefcb #efcbcb

Monochromatic Colors of #efddcb

#efddcb

Complementary Color

#efddcb #cbddef

#efddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efddcb Color CSS Codes

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

#efddcb Text Font Color

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

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


#efddcb Background Color

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

This div background color is #efddcb


#efddcb Border Color

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

This div border color is #efddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efddcb

#efddcb Color Palettes


Comments

No comments written yet.

Please login to write comment.