Color Hex Logo

#efde9f Color Hex

#EFDE9F
(239,222,159)
0 Favorites   0 Comments

Color spaces of #efde9f

RGB 239222159
HSL0.130.710.78
HSV47°33°94°
CMYK 0.000.070.33   0.06
XYZ67.975973.096543.3272
Yxy73.09650.36860.3964
Hunter Lab85.4965-7.698429.8011
CIE-Lab88.4937-3.265333.0557

#efde9f color RGB value is (239,222,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011110 10011111
Octal 357 336 237
Decimal 239 222 159
Hex EF DE 9F

RGB Percentages of Color #efde9f

%38.55
%35.81
%25.65

CMYK Percentages of Color #efde9f

%0
%7
%33
%6

Triadic Colors of #efde9f

#efde9f #9fefde #de9fef

Analogous Colors of #efde9f

#efde9f #d8ef9f #efb69f

Monochromatic Colors of #efde9f

#efde9f

Complementary Color

#efde9f #9fb0ef

#efde9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efde9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efde9f Color CSS Codes

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

#efde9f Text Font Color

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

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


#efde9f Background Color

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

This div background color is #efde9f


#efde9f Border Color

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

This div border color is #efde9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efde9f


Comments

No comments written yet.

Please login to write comment.