Color Hex Logo

#efdc04 Color Hex

#EFDC04
(239,220,4)
0 Favorites   0 Comments

Color spaces of #efdc04

RGB 2392204
HSL0.150.970.48
HSV55°98°94°
CMYK 0.000.080.98   0.06
XYZ61.211769.545910.3124
Yxy69.54590.43390.4930
Hunter Lab83.3942-14.920051.0442
CIE-Lab86.7737-11.203886.0306

#efdc04 color RGB value is (239,220,4).

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

The process color (four color CMYK) of #efdc04 color hex is 0.00, 0.08, 0.98, 0.06. Web safe color of #efdc04 is #ffcc00. Color #efdc04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 00000100
Octal 357 334 4
Decimal 239 220 4
Hex EF DC 4

RGB Percentages of Color #efdc04

%51.62
%47.52
%0.86

CMYK Percentages of Color #efdc04

%0
%8
%98
%6

Triadic Colors of #efdc04

#efdc04 #04efdc #dc04ef

Analogous Colors of #efdc04

#efdc04 #8def04 #ef6704

Monochromatic Colors of #efdc04

#efdc04

Complementary Color

#efdc04 #0417ef

#efdc04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdc04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdc04 Color CSS Codes

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

#efdc04 Text Font Color

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

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


#efdc04 Background Color

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

This div background color is #efdc04


#efdc04 Border Color

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

This div border color is #efdc04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdc04


Comments

No comments written yet.

Please login to write comment.