Color Hex Logo

#efd72f Color Hex

#EFD72F
(239,215,47)
0 Favorites   0 Comments

Color spaces of #efd72f

RGB 23921547
HSL0.150.860.56
HSV53°80°94°
CMYK 0.000.100.80   0.06
XYZ60.410167.156812.4679
Yxy67.15680.43140.4796
Hunter Lab81.9493-11.827348.3440
CIE-Lab85.5831-7.965078.0234

#efd72f color RGB value is (239,215,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010111 00101111
Octal 357 327 57
Decimal 239 215 47
Hex EF D7 2F

RGB Percentages of Color #efd72f

%47.70
%42.91
%9.38

CMYK Percentages of Color #efd72f

%0
%10
%80
%6

Triadic Colors of #efd72f

#efd72f #2fefd7 #d72fef

Analogous Colors of #efd72f

#efd72f #a7ef2f #ef772f

Monochromatic Colors of #efd72f

#efd72f

Complementary Color

#efd72f #2f47ef

#efd72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd72f Color CSS Codes

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

#efd72f Text Font Color

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

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


#efd72f Background Color

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

This div background color is #efd72f


#efd72f Border Color

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

This div border color is #efd72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd72f


Comments

No comments written yet.

Please login to write comment.