Color Hex Logo

#efdc1d Color Hex

#EFDC1D
(239,220,29)
0 Favorites   0 Comments

Color spaces of #efdc1d

RGB 23922029
HSL0.150.870.53
HSV55°88°94°
CMYK 0.000.080.88   0.06
XYZ61.411669.625811.3648
Yxy69.62580.43130.4889
Hunter Lab83.4421-14.651450.3342
CIE-Lab86.8130-10.903983.0971

#efdc1d color RGB value is (239,220,29).

#efdc1d hex color red value is 239, green value is 220 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #efdc1d hue: 0.15 , saturation: 0.87 and the lightness value of efdc1d is 0.53.

The process color (four color CMYK) of #efdc1d color hex is 0.00, 0.08, 0.88, 0.06. Web safe color of #efdc1d is #ffcc33. Color #efdc1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 00011101
Octal 357 334 35
Decimal 239 220 29
Hex EF DC 1D

RGB Percentages of Color #efdc1d

%48.98
%45.08
%5.94

CMYK Percentages of Color #efdc1d

%0
%8
%88
%6

Triadic Colors of #efdc1d

#efdc1d #1defdc #dc1def

Analogous Colors of #efdc1d

#efdc1d #99ef1d #ef731d

Monochromatic Colors of #efdc1d

#efdc1d

Complementary Color

#efdc1d #1d30ef

#efdc1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdc1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdc1d Color CSS Codes

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

#efdc1d Text Font Color

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

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


#efdc1d Background Color

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

This div background color is #efdc1d


#efdc1d Border Color

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

This div border color is #efdc1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdc1d


Comments

No comments written yet.

Please login to write comment.