Color Hex Logo

#efd92d Color Hex

#EFD92D
(239,217,45)
0 Favorites   0 Comments

Color spaces of #efd92d

RGB 23921745
HSL0.150.860.56
HSV53°81°94°
CMYK 0.000.090.81   0.06
XYZ60.883168.165912.4311
Yxy68.16590.43030.4818
Hunter Lab82.5626-12.855748.8668
CIE-Lab86.0893-9.028278.9920

#efd92d color RGB value is (239,217,45).

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

The process color (four color CMYK) of #efd92d color hex is 0.00, 0.09, 0.81, 0.06. Web safe color of #efd92d is #ffcc33. Color #efd92d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011001 00101101
Octal 357 331 55
Decimal 239 217 45
Hex EF D9 2D

RGB Percentages of Color #efd92d

%47.70
%43.31
%8.98

CMYK Percentages of Color #efd92d

%0
%9
%81
%6

Triadic Colors of #efd92d

#efd92d #2defd9 #d92def

Analogous Colors of #efd92d

#efd92d #a4ef2d #ef782d

Monochromatic Colors of #efd92d

#efd92d

Complementary Color

#efd92d #2d43ef

#efd92d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd92d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd92d Color CSS Codes

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

#efd92d Text Font Color

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

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


#efd92d Background Color

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

This div background color is #efd92d


#efd92d Border Color

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

This div border color is #efd92d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd92d


Comments

No comments written yet.

Please login to write comment.