Color Hex Logo

#efb42d Color Hex

#EFB42D
(239,180,45)
0 Favorites   0 Comments

Color spaces of #efb42d

RGB 23918045
HSL0.120.860.56
HSV42°81°94°
CMYK 0.000.250.81   0.06
XYZ52.391551.18279.6005
Yxy51.18270.46290.4522
Hunter Lab71.54215.520042.1231
CIE-Lab76.789510.007670.9646

#efb42d color RGB value is (239,180,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10110100 00101101
Octal 357 264 55
Decimal 239 180 45
Hex EF B4 2D

RGB Percentages of Color #efb42d

%51.51
%38.79
%9.70

CMYK Percentages of Color #efb42d

%0
%25
%81
%6

Triadic Colors of #efb42d

#efb42d #2defb4 #b42def

Analogous Colors of #efb42d

#efb42d #c9ef2d #ef532d

Monochromatic Colors of #efb42d

#efb42d

Complementary Color

#efb42d #2d68ef

#efb42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb42d Color CSS Codes

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

#efb42d Text Font Color

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

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


#efb42d Background Color

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

This div background color is #efb42d


#efb42d Border Color

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

This div border color is #efb42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb42d


Comments

No comments written yet.

Please login to write comment.