Color Hex Logo

#efb804 Color Hex

#EFB804
(239,184,4)
0 Favorites   0 Comments

Color spaces of #efb804

RGB 2391844
HSL0.130.970.48
HSV46°98°94°
CMYK 0.000.230.98   0.06
XYZ52.759052.64057.4948
Yxy52.64050.46730.4663
Hunter Lab72.55382.830944.6630
CIE-Lab77.66237.202279.5214

#efb804 color RGB value is (239,184,4).

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

The process color (four color CMYK) of #efb804 color hex is 0.00, 0.23, 0.98, 0.06. Web safe color of #efb804 is #ffcc00. Color #efb804 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111000 00000100
Octal 357 270 4
Decimal 239 184 4
Hex EF B8 4

RGB Percentages of Color #efb804

%55.97
%43.09
%0.94

CMYK Percentages of Color #efb804

%0
%23
%98
%6

Triadic Colors of #efb804

#efb804 #04efb8 #b804ef

Analogous Colors of #efb804

#efb804 #b1ef04 #ef4204

Monochromatic Colors of #efb804

#efb804

Complementary Color

#efb804 #043bef

#efb804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efb804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efb804 Color CSS Codes

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

#efb804 Text Font Color

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

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


#efb804 Background Color

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

This div background color is #efb804


#efb804 Border Color

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

This div border color is #efb804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efb804


Comments

No comments written yet.

Please login to write comment.