Color Hex Logo

#efc207 Color Hex

#EFC207
(239,194,7)
0 Favorites   0 Comments

Color spaces of #efc207

RGB 2391947
HSL0.130.940.48
HSV48°97°94°
CMYK 0.000.190.97   0.06
XYZ54.926756.94968.2984
Yxy56.94960.45710.4739
Hunter Lab75.4650-2.143646.3057
CIE-Lab80.15122.026380.9821

#efc207 color RGB value is (239,194,7).

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

The process color (four color CMYK) of #efc207 color hex is 0.00, 0.19, 0.97, 0.06. Web safe color of #efc207 is #ffcc00. Color #efc207 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 00000111
Octal 357 302 7
Decimal 239 194 7
Hex EF C2 7

RGB Percentages of Color #efc207

%54.32
%44.09
%1.59

CMYK Percentages of Color #efc207

%0
%19
%97
%6

Triadic Colors of #efc207

#efc207 #07efc2 #c207ef

Analogous Colors of #efc207

#efc207 #a8ef07 #ef4e07

Monochromatic Colors of #efc207

#efc207

Complementary Color

#efc207 #0734ef

#efc207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc207 Color CSS Codes

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

#efc207 Text Font Color

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

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


#efc207 Background Color

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

This div background color is #efc207


#efc207 Border Color

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

This div border color is #efc207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc207


Comments

No comments written yet.

Please login to write comment.