Color Hex Logo

#efc82f Color Hex

#EFC82F
(239,200,47)
0 Favorites   0 Comments

Color spaces of #efc82f

RGB 23920047
HSL0.130.860.56
HSV48°80°94°
CMYK 0.000.160.80   0.06
XYZ56.764059.864511.2525
Yxy59.86450.44390.4681
Hunter Lab77.3722-4.444945.5378
CIE-Lab81.7645-0.334674.7040

#efc82f color RGB value is (239,200,47).

#efc82f hex color red value is 239, green value is 200 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #efc82f hue: 0.13 , saturation: 0.86 and the lightness value of efc82f is 0.56.

The process color (four color CMYK) of #efc82f color hex is 0.00, 0.16, 0.80, 0.06. Web safe color of #efc82f is #ffcc33. Color #efc82f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001000 00101111
Octal 357 310 57
Decimal 239 200 47
Hex EF C8 2F

RGB Percentages of Color #efc82f

%49.18
%41.15
%9.67

CMYK Percentages of Color #efc82f

%0
%16
%80
%6

Triadic Colors of #efc82f

#efc82f #2fefc8 #c82fef

Analogous Colors of #efc82f

#efc82f #b6ef2f #ef682f

Monochromatic Colors of #efc82f

#efc82f

Complementary Color

#efc82f #2f56ef

#efc82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc82f Color CSS Codes

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

#efc82f Text Font Color

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

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


#efc82f Background Color

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

This div background color is #efc82f


#efc82f Border Color

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

This div border color is #efc82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc82f


Comments

No comments written yet.

Please login to write comment.