Color Hex Logo

#efdfaf Color Hex

#EFDFAF
(239,223,175)
0 Favorites   0 Comments

Color spaces of #efdfaf

RGB 239223175
HSL0.130.670.81
HSV45°27°94°
CMYK 0.000.070.27   0.06
XYZ69.722174.221251.2088
Yxy74.22120.35730.3803
Hunter Lab86.1517-6.306525.0641
CIE-Lab89.0269-1.767225.5471

#efdfaf color RGB value is (239,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 10101111
Octal 357 337 257
Decimal 239 223 175
Hex EF DF AF

RGB Percentages of Color #efdfaf

%37.52
%35.01
%27.47

CMYK Percentages of Color #efdfaf

%0
%7
%27
%6

Triadic Colors of #efdfaf

#efdfaf #afefdf #dfafef

Analogous Colors of #efdfaf

#efdfaf #dfefaf #efbfaf

Monochromatic Colors of #efdfaf

#efdfaf

Complementary Color

#efdfaf #afbfef

#efdfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdfaf Color CSS Codes

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

#efdfaf Text Font Color

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

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


#efdfaf Background Color

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

This div background color is #efdfaf


#efdfaf Border Color

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

This div border color is #efdfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdfaf


Comments

No comments written yet.

Please login to write comment.