Color Hex Logo

#efdc5d Color Hex

#EFDC5D
(239,220,93)
0 Favorites   0 Comments

Color spaces of #efdc5d

RGB 23922093
HSL0.140.820.65
HSV52°61°94°
CMYK 0.000.080.61   0.06
XYZ63.165670.327420.6013
Yxy70.32740.40990.4564
Hunter Lab83.8614-12.308844.1379
CIE-Lab87.1572-8.310763.0397

#efdc5d color RGB value is (239,220,93).

#efdc5d hex color red value is 239, green value is 220 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #efdc5d hue: 0.14 , saturation: 0.82 and the lightness value of efdc5d is 0.65.

The process color (four color CMYK) of #efdc5d color hex is 0.00, 0.08, 0.61, 0.06. Web safe color of #efdc5d is #ffcc66. Color #efdc5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 01011101
Octal 357 334 135
Decimal 239 220 93
Hex EF DC 5D

RGB Percentages of Color #efdc5d

%43.30
%39.86
%16.85

CMYK Percentages of Color #efdc5d

%0
%8
%61
%6

Triadic Colors of #efdc5d

#efdc5d #5defdc #dc5def

Analogous Colors of #efdc5d

#efdc5d #b9ef5d #ef935d

Monochromatic Colors of #efdc5d

#efdc5d

Complementary Color

#efdc5d #5d70ef

#efdc5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdc5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdc5d Color CSS Codes

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

#efdc5d Text Font Color

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

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


#efdc5d Background Color

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

This div background color is #efdc5d


#efdc5d Border Color

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

This div border color is #efdc5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdc5d


Comments

No comments written yet.

Please login to write comment.