Color Hex Logo

#efc400 Color Hex

#EFC400
(239,196,0)
0 Favorites   0 Comments

Color spaces of #efc400

RGB 2391960
HSL0.141.000.47
HSV49°100°94°
CMYK 0.000.181.00   0.06
XYZ55.336557.83068.2459
Yxy57.83060.45580.4763
Hunter Lab76.0464-3.192746.8035
CIE-Lab80.64450.933282.0118

#efc400 color RGB value is (239,196,0).

#efc400 hex color red value is 239, green value is 196 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #efc400 hue: 0.14 , saturation: 1.00 and the lightness value of efc400 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 00000000
Octal 357 304 0
Decimal 239 196 0
Hex EF C4 0

RGB Percentages of Color #efc400

%54.94
%45.06
%0.00

CMYK Percentages of Color #efc400

%0
%18
%100
%6

Triadic Colors of #efc400

#efc400 #00efc4 #c400ef

Analogous Colors of #efc400

#efc400 #a3ef00 #ef4c00

Monochromatic Colors of #efc400

#efc400

Complementary Color

#efc400 #002bef

#efc400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc400 Color CSS Codes

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

#efc400 Text Font Color

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

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


#efc400 Background Color

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

This div background color is #efc400


#efc400 Border Color

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

This div border color is #efc400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc400

#efc400 Color Palettes


Comments

No comments written yet.

Please login to write comment.