Color Hex Logo

#efdaaf Color Hex

#EFDAAF
(239,218,175)
0 Favorites   0 Comments

Color spaces of #efdaaf

RGB 239218175
HSL0.110.670.81
HSV40°27°94°
CMYK 0.000.090.27   0.06
XYZ68.405971.588750.7701
Yxy71.58870.35860.3753
Hunter Lab84.6101-3.753323.6502
CIE-Lab87.77020.794023.8258

#efdaaf color RGB value is (239,218,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011010 10101111
Octal 357 332 257
Decimal 239 218 175
Hex EF DA AF

RGB Percentages of Color #efdaaf

%37.82
%34.49
%27.69

CMYK Percentages of Color #efdaaf

%0
%9
%27
%6

Triadic Colors of #efdaaf

#efdaaf #afefda #daafef

Analogous Colors of #efdaaf

#efdaaf #e4efaf #efbaaf

Monochromatic Colors of #efdaaf

#efdaaf

Complementary Color

#efdaaf #afc4ef

#efdaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdaaf Color CSS Codes

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

#efdaaf Text Font Color

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

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


#efdaaf Background Color

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

This div background color is #efdaaf


#efdaaf Border Color

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

This div border color is #efdaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdaaf


Comments

No comments written yet.

Please login to write comment.