Color Hex Logo

#efa814 Color Hex

#EFA814
(239,168,20)
0 Favorites   0 Comments

Color spaces of #efa814

RGB 23916820
HSL0.110.870.51
HSV41°92°94°
CMYK 0.000.300.92   0.06
XYZ49.725546.40656.9984
Yxy46.40650.48220.4500
Hunter Lab68.122311.081041.5946
CIE-Lab73.808515.781674.7281

#efa814 color RGB value is (239,168,20).

#efa814 hex color red value is 239, green value is 168 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #efa814 hue: 0.11 , saturation: 0.87 and the lightness value of efa814 is 0.51.

The process color (four color CMYK) of #efa814 color hex is 0.00, 0.30, 0.92, 0.06. Web safe color of #efa814 is #ff9900. Color #efa814 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101000 00010100
Octal 357 250 24
Decimal 239 168 20
Hex EF A8 14

RGB Percentages of Color #efa814

%55.97
%39.34
%4.68

CMYK Percentages of Color #efa814

%0
%30
%92
%6

Triadic Colors of #efa814

#efa814 #14efa8 #a814ef

Analogous Colors of #efa814

#efa814 #c9ef14 #ef3b14

Monochromatic Colors of #efa814

#efa814

Complementary Color

#efa814 #145bef

#efa814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa814 Color CSS Codes

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

#efa814 Text Font Color

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

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


#efa814 Background Color

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

This div background color is #efa814


#efa814 Border Color

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

This div border color is #efa814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa814


Comments

No comments written yet.

Please login to write comment.