Color Hex Logo

#efd139 Color Hex

#EFD139
(239,209,57)
0 Favorites   0 Comments

Color spaces of #efd139

RGB 23920957
HSL0.140.850.58
HSV50°76°94°
CMYK 0.000.130.76   0.06
XYZ59.135664.247113.1550
Yxy64.24710.43310.4705
Hunter Lab80.1543-8.577746.3773
CIE-Lab84.0943-4.592573.7042

#efd139 color RGB value is (239,209,57).

#efd139 hex color red value is 239, green value is 209 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #efd139 hue: 0.14 , saturation: 0.85 and the lightness value of efd139 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010001 00111001
Octal 357 321 71
Decimal 239 209 57
Hex EF D1 39

RGB Percentages of Color #efd139

%47.33
%41.39
%11.29

CMYK Percentages of Color #efd139

%0
%13
%76
%6

Triadic Colors of #efd139

#efd139 #39efd1 #d139ef

Analogous Colors of #efd139

#efd139 #b2ef39 #ef7639

Monochromatic Colors of #efd139

#efd139

Complementary Color

#efd139 #3957ef

#efd139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd139 Color CSS Codes

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

#efd139 Text Font Color

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

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


#efd139 Background Color

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

This div background color is #efd139


#efd139 Border Color

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

This div border color is #efd139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd139


Comments

No comments written yet.

Please login to write comment.