Color Hex Logo

#efcfaf Color Hex

#EFCFAF
(239,207,175)
0 Favorites   0 Comments

Color spaces of #efcfaf

RGB 239207175
HSL0.080.670.81
HSV30°27°94°
CMYK 0.000.130.27   0.06
XYZ65.647366.071549.8505
Yxy66.07150.36160.3639
Hunter Lab81.28441.913420.5374
CIE-Lab85.03296.486920.0483

#efcfaf color RGB value is (239,207,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 10101111
Octal 357 317 257
Decimal 239 207 175
Hex EF CF AF

RGB Percentages of Color #efcfaf

%38.49
%33.33
%28.18

CMYK Percentages of Color #efcfaf

%0
%13
%27
%6

Triadic Colors of #efcfaf

#efcfaf #afefcf #cfafef

Analogous Colors of #efcfaf

#efcfaf #efefaf #efafaf

Monochromatic Colors of #efcfaf

#efcfaf

Complementary Color

#efcfaf #afcfef

#efcfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcfaf Color CSS Codes

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

#efcfaf Text Font Color

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

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


#efcfaf Background Color

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

This div background color is #efcfaf


#efcfaf Border Color

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

This div border color is #efcfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcfaf


Comments

No comments written yet.

Please login to write comment.