Color Hex Logo

#efdc8d Color Hex

#EFDC8D
(239,220,141)
0 Favorites   0 Comments

Color spaces of #efdc8d

RGB 239220141
HSL0.130.750.75
HSV48°41°94°
CMYK 0.000.080.41   0.06
XYZ65.997571.460235.5141
Yxy71.46020.38160.4131
Hunter Lab84.5341-8.576234.2652
CIE-Lab87.7081-4.259841.1357

#efdc8d color RGB value is (239,220,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 10001101
Octal 357 334 215
Decimal 239 220 141
Hex EF DC 8D

RGB Percentages of Color #efdc8d

%39.83
%36.67
%23.50

CMYK Percentages of Color #efdc8d

%0
%8
%41
%6

Triadic Colors of #efdc8d

#efdc8d #8defdc #dc8def

Analogous Colors of #efdc8d

#efdc8d #d1ef8d #efab8d

Monochromatic Colors of #efdc8d

#efdc8d

Complementary Color

#efdc8d #8da0ef

#efdc8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdc8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdc8d Color CSS Codes

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

#efdc8d Text Font Color

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

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


#efdc8d Background Color

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

This div background color is #efdc8d


#efdc8d Border Color

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

This div border color is #efdc8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdc8d


Comments

No comments written yet.

Please login to write comment.