Color Hex Logo

#efa83a Color Hex

#EFA83A
(239,168,58)
0 Favorites   0 Comments

Color spaces of #efa83a

RGB 23916858
HSL0.100.850.58
HSV36°76°94°
CMYK 0.000.300.76   0.06
XYZ50.363046.661510.3551
Yxy46.66150.46900.4345
Hunter Lab68.309212.063338.8286
CIE-Lab73.972716.788263.8344

#efa83a color RGB value is (239,168,58).

#efa83a hex color red value is 239, green value is 168 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #efa83a hue: 0.10 , saturation: 0.85 and the lightness value of efa83a is 0.58.

The process color (four color CMYK) of #efa83a color hex is 0.00, 0.30, 0.76, 0.06. Web safe color of #efa83a is #ff9933. Color #efa83a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101000 00111010
Octal 357 250 72
Decimal 239 168 58
Hex EF A8 3A

RGB Percentages of Color #efa83a

%51.40
%36.13
%12.47

CMYK Percentages of Color #efa83a

%0
%30
%76
%6

Triadic Colors of #efa83a

#efa83a #3aefa8 #a83aef

Analogous Colors of #efa83a

#efa83a #dcef3a #ef4e3a

Monochromatic Colors of #efa83a

#efa83a

Complementary Color

#efa83a #3a81ef

#efa83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa83a Color CSS Codes

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

#efa83a Text Font Color

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

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


#efa83a Background Color

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

This div background color is #efa83a


#efa83a Border Color

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

This div border color is #efa83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa83a


Comments

No comments written yet.

Please login to write comment.