Color Hex Logo

#efdd8d Color Hex

#EFDD8D
(239,221,141)
0 Favorites   0 Comments

Color spaces of #efdd8d

RGB 239221141
HSL0.140.750.75
HSV49°41°94°
CMYK 0.000.080.41   0.06
XYZ66.260871.986735.6018
Yxy71.98670.38110.4141
Hunter Lab84.8450-9.076834.5128
CIE-Lab87.9622-4.766941.4606

#efdd8d color RGB value is (239,221,141).

#efdd8d hex color red value is 239, green value is 221 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #efdd8d hue: 0.14 , saturation: 0.75 and the lightness value of efdd8d is 0.75.

The process color (four color CMYK) of #efdd8d color hex is 0.00, 0.08, 0.41, 0.06. Web safe color of #efdd8d is #ffcc99. Color #efdd8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011101 10001101
Octal 357 335 215
Decimal 239 221 141
Hex EF DD 8D

RGB Percentages of Color #efdd8d

%39.77
%36.77
%23.46

CMYK Percentages of Color #efdd8d

%0
%8
%41
%6

Triadic Colors of #efdd8d

#efdd8d #8defdd #dd8def

Analogous Colors of #efdd8d

#efdd8d #d0ef8d #efac8d

Monochromatic Colors of #efdd8d

#efdd8d

Complementary Color

#efdd8d #8d9fef

#efdd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdd8d Color CSS Codes

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

#efdd8d Text Font Color

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

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


#efdd8d Background Color

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

This div background color is #efdd8d


#efdd8d Border Color

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

This div border color is #efdd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdd8d


Comments

No comments written yet.

Please login to write comment.