Color Hex Logo

#efcfad Color Hex

#EFCFAD
(239,207,173)
0 Favorites   0 Comments

Color spaces of #efcfad

RGB 239207173
HSL0.090.670.81
HSV31°28°94°
CMYK 0.000.130.28   0.06
XYZ65.452365.993548.8235
Yxy65.99350.36310.3661
Hunter Lab81.23641.654121.2319
CIE-Lab84.99316.220321.0456

#efcfad color RGB value is (239,207,173).

#efcfad hex color red value is 239, green value is 207 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #efcfad hue: 0.09 , saturation: 0.67 and the lightness value of efcfad is 0.81.

The process color (four color CMYK) of #efcfad color hex is 0.00, 0.13, 0.28, 0.06. Web safe color of #efcfad is #ffcc99. Color #efcfad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 10101101
Octal 357 317 255
Decimal 239 207 173
Hex EF CF AD

RGB Percentages of Color #efcfad

%38.61
%33.44
%27.95

CMYK Percentages of Color #efcfad

%0
%13
%28
%6

Triadic Colors of #efcfad

#efcfad #adefcf #cfadef

Analogous Colors of #efcfad

#efcfad #eeefad #efaead

Monochromatic Colors of #efcfad

#efcfad

Complementary Color

#efcfad #adcdef

#efcfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcfad Color CSS Codes

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

#efcfad Text Font Color

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

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


#efcfad Background Color

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

This div background color is #efcfad


#efcfad Border Color

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

This div border color is #efcfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcfad


Comments

No comments written yet.

Please login to write comment.