Color Hex Logo

#efdcbf Color Hex

#EFDCBF
(239,220,191)
0 Favorites   0 Comments

Color spaces of #efdcbf

RGB 239220191
HSL0.100.600.84
HSV36°20°94°
CMYK 0.000.080.20   0.06
XYZ70.593873.298759.7176
Yxy73.29870.34670.3600
Hunter Lab85.6147-2.643018.5745
CIE-Lab88.59001.987716.6167

#efdcbf color RGB value is (239,220,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 10111111
Octal 357 334 277
Decimal 239 220 191
Hex EF DC BF

RGB Percentages of Color #efdcbf

%36.77
%33.85
%29.38

CMYK Percentages of Color #efdcbf

%0
%8
%20
%6

Triadic Colors of #efdcbf

#efdcbf #bfefdc #dcbfef

Analogous Colors of #efdcbf

#efdcbf #eaefbf #efc4bf

Monochromatic Colors of #efdcbf

#efdcbf

Complementary Color

#efdcbf #bfd2ef

#efdcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdcbf Color CSS Codes

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

#efdcbf Text Font Color

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

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


#efdcbf Background Color

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

This div background color is #efdcbf


#efdcbf Border Color

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

This div border color is #efdcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdcbf

#efdcbf Color Palettes


Comments

No comments written yet.

Please login to write comment.