Color Hex Logo

#efaa14 Color Hex

#EFAA14
(239,170,20)
0 Favorites   0 Comments

Color spaces of #efaa14

RGB 23917020
HSL0.110.870.51
HSV41°92°94°
CMYK 0.000.290.92   0.06
XYZ50.097647.15077.1224
Yxy47.15070.48000.4518
Hunter Lab68.666410.063941.9166
CIE-Lab74.286114.725775.0810

#efaa14 color RGB value is (239,170,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 00010100
Octal 357 252 24
Decimal 239 170 20
Hex EF AA 14

RGB Percentages of Color #efaa14

%55.71
%39.63
%4.66

CMYK Percentages of Color #efaa14

%0
%29
%92
%6

Triadic Colors of #efaa14

#efaa14 #14efaa #aa14ef

Analogous Colors of #efaa14

#efaa14 #c7ef14 #ef3d14

Monochromatic Colors of #efaa14

#efaa14

Complementary Color

#efaa14 #1459ef

#efaa14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaa14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaa14 Color CSS Codes

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

#efaa14 Text Font Color

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

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


#efaa14 Background Color

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

This div background color is #efaa14


#efaa14 Border Color

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

This div border color is #efaa14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaa14


Comments

No comments written yet.

Please login to write comment.