Color Hex Logo

#efd83e Color Hex

#EFD83E
(239,216,62)
0 Favorites   0 Comments

Color spaces of #efd83e

RGB 23921662
HSL0.150.850.59
HSV52°74°94°
CMYK 0.000.100.74   0.06
XYZ61.022067.810314.4299
Yxy67.81030.42590.4733
Hunter Lab82.3470-11.832647.2534
CIE-Lab85.9115-7.934173.7414

#efd83e color RGB value is (239,216,62).

#efd83e hex color red value is 239, green value is 216 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #efd83e hue: 0.15 , saturation: 0.85 and the lightness value of efd83e is 0.59.

The process color (four color CMYK) of #efd83e color hex is 0.00, 0.10, 0.74, 0.06. Web safe color of #efd83e is #ffcc33. Color #efd83e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 00111110
Octal 357 330 76
Decimal 239 216 62
Hex EF D8 3E

RGB Percentages of Color #efd83e

%46.23
%41.78
%11.99

CMYK Percentages of Color #efd83e

%0
%10
%74
%6

Triadic Colors of #efd83e

#efd83e #3eefd8 #d83eef

Analogous Colors of #efd83e

#efd83e #aeef3e #ef803e

Monochromatic Colors of #efd83e

#efd83e

Complementary Color

#efd83e #3e55ef

#efd83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd83e Color CSS Codes

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

#efd83e Text Font Color

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

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


#efd83e Background Color

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

This div background color is #efd83e


#efd83e Border Color

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

This div border color is #efd83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd83e


Comments

No comments written yet.

Please login to write comment.