Color Hex Logo

#efc01d Color Hex

#EFC01D
(239,192,29)
0 Favorites   0 Comments

Color spaces of #efc01d

RGB 23919229
HSL0.130.870.53
HSV47°88°94°
CMYK 0.000.200.88   0.06
XYZ54.668056.13879.1169
Yxy56.13870.45590.4681
Hunter Lab74.9258-0.881345.2337
CIE-Lab79.69273.347977.4906

#efc01d color RGB value is (239,192,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000000 00011101
Octal 357 300 35
Decimal 239 192 29
Hex EF C0 1D

RGB Percentages of Color #efc01d

%51.96
%41.74
%6.30

CMYK Percentages of Color #efc01d

%0
%20
%88
%6

Triadic Colors of #efc01d

#efc01d #1defc0 #c01def

Analogous Colors of #efc01d

#efc01d #b5ef1d #ef571d

Monochromatic Colors of #efc01d

#efc01d

Complementary Color

#efc01d #1d4cef

#efc01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc01d Color CSS Codes

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

#efc01d Text Font Color

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

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


#efc01d Background Color

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

This div background color is #efc01d


#efc01d Border Color

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

This div border color is #efc01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc01d


Comments

No comments written yet.

Please login to write comment.