Color Hex Logo

#efd049 Color Hex

#EFD049
(239,208,73)
0 Favorites   0 Comments

Color spaces of #efd049

RGB 23920873
HSL0.140.840.61
HSV49°69°94°
CMYK 0.000.130.69   0.06
XYZ59.355163.943515.5173
Yxy63.94350.42760.4606
Hunter Lab79.9647-7.443644.4699
CIE-Lab83.9363-3.384367.8363

#efd049 color RGB value is (239,208,73).

#efd049 hex color red value is 239, green value is 208 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #efd049 hue: 0.14 , saturation: 0.84 and the lightness value of efd049 is 0.61.

The process color (four color CMYK) of #efd049 color hex is 0.00, 0.13, 0.69, 0.06. Web safe color of #efd049 is #ffcc33. Color #efd049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010000 01001001
Octal 357 320 111
Decimal 239 208 73
Hex EF D0 49

RGB Percentages of Color #efd049

%45.96
%40.00
%14.04

CMYK Percentages of Color #efd049

%0
%13
%69
%6

Triadic Colors of #efd049

#efd049 #49efd0 #d049ef

Analogous Colors of #efd049

#efd049 #bbef49 #ef7d49

Monochromatic Colors of #efd049

#efd049

Complementary Color

#efd049 #4968ef

#efd049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd049 Color CSS Codes

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

#efd049 Text Font Color

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

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


#efd049 Background Color

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

This div background color is #efd049


#efd049 Border Color

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

This div border color is #efd049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd049


Comments

No comments written yet.

Please login to write comment.