Color Hex Logo

#efa42d Color Hex

#EFA42D
(239,164,45)
0 Favorites   0 Comments

Color spaces of #efa42d

RGB 23916445
HSL0.100.860.56
HSV37°81°94°
CMYK 0.000.310.81   0.06
XYZ49.345745.09118.5853
Yxy45.09110.47900.4377
Hunter Lab67.149913.660039.4245
CIE-Lab72.951818.445867.6032

#efa42d color RGB value is (239,164,45).

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

The process color (four color CMYK) of #efa42d color hex is 0.00, 0.31, 0.81, 0.06. Web safe color of #efa42d is #ff9933. Color #efa42d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 00101101
Octal 357 244 55
Decimal 239 164 45
Hex EF A4 2D

RGB Percentages of Color #efa42d

%53.35
%36.61
%10.04

CMYK Percentages of Color #efa42d

%0
%31
%81
%6

Triadic Colors of #efa42d

#efa42d #2defa4 #a42def

Analogous Colors of #efa42d

#efa42d #d9ef2d #ef432d

Monochromatic Colors of #efa42d

#efa42d

Complementary Color

#efa42d #2d78ef

#efa42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa42d Color CSS Codes

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

#efa42d Text Font Color

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

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


#efa42d Background Color

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

This div background color is #efa42d


#efa42d Border Color

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

This div border color is #efa42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa42d


Comments

No comments written yet.

Please login to write comment.