Color Hex Logo

#efaa04 Color Hex

#EFAA04
(239,170,4)
0 Favorites   0 Comments

Color spaces of #efaa04

RGB 2391704
HSL0.120.970.48
HSV42°98°94°
CMYK 0.000.290.98   0.06
XYZ49.993247.10896.5729
Yxy47.10890.48220.4544
Hunter Lab68.63599.903442.3673
CIE-Lab74.259414.560077.1631

#efaa04 color RGB value is (239,170,4).

#efaa04 hex color red value is 239, green value is 170 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #efaa04 hue: 0.12 , saturation: 0.97 and the lightness value of efaa04 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101010 00000100
Octal 357 252 4
Decimal 239 170 4
Hex EF AA 4

RGB Percentages of Color #efaa04

%57.87
%41.16
%0.97

CMYK Percentages of Color #efaa04

%0
%29
%98
%6

Triadic Colors of #efaa04

#efaa04 #04efaa #aa04ef

Analogous Colors of #efaa04

#efaa04 #bfef04 #ef3504

Monochromatic Colors of #efaa04

#efaa04

Complementary Color

#efaa04 #0449ef

#efaa04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efaa04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efaa04 Color CSS Codes

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

#efaa04 Text Font Color

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

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


#efaa04 Background Color

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

This div background color is #efaa04


#efaa04 Border Color

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

This div border color is #efaa04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efaa04


Comments

No comments written yet.

Please login to write comment.