Color Hex Logo

#efd5ce Color Hex

#EFD5CE
(239,213,206)
0 Favorites   0 Comments

Color spaces of #efd5ce

RGB 239213206
HSL0.040.510.87
HSV13°14°94°
CMYK 0.000.110.14   0.06
XYZ70.531470.395568.2628
Yxy70.39550.33720.3365
Hunter Lab83.90203.225710.4930
CIE-Lab87.19057.88666.7405

#efd5ce color RGB value is (239,213,206).

#efd5ce hex color red value is 239, green value is 213 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #efd5ce hue: 0.04 , saturation: 0.51 and the lightness value of efd5ce is 0.87.

The process color (four color CMYK) of #efd5ce color hex is 0.00, 0.11, 0.14, 0.06. Web safe color of #efd5ce is #ffcccc. Color #efd5ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010101 11001110
Octal 357 325 316
Decimal 239 213 206
Hex EF D5 CE

RGB Percentages of Color #efd5ce

%36.32
%32.37
%31.31

CMYK Percentages of Color #efd5ce

%0
%11
%14
%6

Triadic Colors of #efd5ce

#efd5ce #ceefd5 #d5ceef

Analogous Colors of #efd5ce

#efd5ce #efe6ce #efced8

Monochromatic Colors of #efd5ce

#efd5ce

Complementary Color

#efd5ce #cee8ef

#efd5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd5ce Color CSS Codes

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

#efd5ce Text Font Color

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

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


#efd5ce Background Color

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

This div background color is #efd5ce


#efd5ce Border Color

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

This div border color is #efd5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd5ce


Comments

No comments written yet.

Please login to write comment.