Color Hex Logo

#efaa12 Color Hex

#EFAA12
(239,170,18)
0 Favorites   0 Comments

Color spaces of #efaa12

RGB 23917018
HSL0.110.870.50
HSV41°92°94°
CMYK 0.000.290.92   0.06
XYZ50.080547.14387.0324
Yxy47.14380.48040.4522
Hunter Lab68.661310.037741.9904
CIE-Lab74.281714.698775.4143

#efaa12 color RGB value is (239,170,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 00010010
Octal 357 252 22
Decimal 239 170 18
Hex EF AA 12

RGB Percentages of Color #efaa12

%55.97
%39.81
%4.22

CMYK Percentages of Color #efaa12

%0
%29
%92
%6

Triadic Colors of #efaa12

#efaa12 #12efaa #aa12ef

Analogous Colors of #efaa12

#efaa12 #c6ef12 #ef3c12

Monochromatic Colors of #efaa12

#efaa12

Complementary Color

#efaa12 #1257ef

#efaa12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaa12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaa12 Color CSS Codes

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

#efaa12 Text Font Color

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

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


#efaa12 Background Color

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

This div background color is #efaa12


#efaa12 Border Color

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

This div border color is #efaa12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaa12


Comments

No comments written yet.

Please login to write comment.