Color Hex Logo

#efd721 Color Hex

#EFD721
(239,215,33)
0 Favorites   0 Comments

Color spaces of #efd721

RGB 23921533
HSL0.150.870.53
HSV53°86°94°
CMYK 0.000.100.86   0.06
XYZ60.171667.061411.2116
Yxy67.06140.43460.4844
Hunter Lab81.8910-12.151749.2064
CIE-Lab85.5349-8.324181.3186

#efd721 color RGB value is (239,215,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010111 00100001
Octal 357 327 41
Decimal 239 215 33
Hex EF D7 21

RGB Percentages of Color #efd721

%49.08
%44.15
%6.78

CMYK Percentages of Color #efd721

%0
%10
%86
%6

Triadic Colors of #efd721

#efd721 #21efd7 #d721ef

Analogous Colors of #efd721

#efd721 #a0ef21 #ef7021

Monochromatic Colors of #efd721

#efd721

Complementary Color

#efd721 #2139ef

#efd721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd721 Color CSS Codes

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

#efd721 Text Font Color

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

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


#efd721 Background Color

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

This div background color is #efd721


#efd721 Border Color

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

This div border color is #efd721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd721


Comments

No comments written yet.

Please login to write comment.