Color Hex Logo

#efdf9f Color Hex

#EFDF9F
(239,223,159)
0 Favorites   0 Comments

Color spaces of #efdf9f

RGB 239223159
HSL0.130.710.78
HSV48°33°94°
CMYK 0.000.070.33   0.06
XYZ68.242373.629343.4160
Yxy73.62930.36830.3974
Hunter Lab85.8075-8.203030.0663
CIE-Lab88.7470-3.773733.3919

#efdf9f color RGB value is (239,223,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 10011111
Octal 357 337 237
Decimal 239 223 159
Hex EF DF 9F

RGB Percentages of Color #efdf9f

%38.49
%35.91
%25.60

CMYK Percentages of Color #efdf9f

%0
%7
%33
%6

Triadic Colors of #efdf9f

#efdf9f #9fefdf #df9fef

Analogous Colors of #efdf9f

#efdf9f #d7ef9f #efb79f

Monochromatic Colors of #efdf9f

#efdf9f

Complementary Color

#efdf9f #9fafef

#efdf9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdf9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdf9f Color CSS Codes

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

#efdf9f Text Font Color

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

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


#efdf9f Background Color

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

This div background color is #efdf9f


#efdf9f Border Color

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

This div border color is #efdf9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdf9f


Comments

No comments written yet.

Please login to write comment.