Color Hex Logo

#efc304 Color Hex

#EFC304
(239,195,4)
0 Favorites   0 Comments

Color spaces of #efc304

RGB 2391954
HSL0.140.970.48
HSV49°98°94°
CMYK 0.000.180.98   0.06
XYZ55.133657.38978.2863
Yxy57.38970.45640.4750
Hunter Lab75.7560-2.664546.5440
CIE-Lab80.39831.483781.4493

#efc304 color RGB value is (239,195,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000011 00000100
Octal 357 303 4
Decimal 239 195 4
Hex EF C3 4

RGB Percentages of Color #efc304

%54.57
%44.52
%0.91

CMYK Percentages of Color #efc304

%0
%18
%98
%6

Triadic Colors of #efc304

#efc304 #04efc3 #c304ef

Analogous Colors of #efc304

#efc304 #a6ef04 #ef4d04

Monochromatic Colors of #efc304

#efc304

Complementary Color

#efc304 #0430ef

#efc304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc304 Color CSS Codes

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

#efc304 Text Font Color

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

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


#efc304 Background Color

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

This div background color is #efc304


#efc304 Border Color

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

This div border color is #efc304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc304


Comments

No comments written yet.

Please login to write comment.