Color Hex Logo

#efc250 Color Hex

#EFC250
(239,194,80)
0 Favorites   0 Comments

Color spaces of #efc250

RGB 23919480
HSL0.120.830.63
HSV43°67°94°
CMYK 0.000.190.67   0.06
XYZ56.336457.513515.7214
Yxy57.51350.43480.4439
Hunter Lab75.8377-0.116240.7953
CIE-Lab80.46764.195761.3996

#efc250 color RGB value is (239,194,80).

#efc250 hex color red value is 239, green value is 194 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #efc250 hue: 0.12 , saturation: 0.83 and the lightness value of efc250 is 0.63.

The process color (four color CMYK) of #efc250 color hex is 0.00, 0.19, 0.67, 0.06. Web safe color of #efc250 is #ffcc66. Color #efc250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 01010000
Octal 357 302 120
Decimal 239 194 80
Hex EF C2 50

RGB Percentages of Color #efc250

%46.59
%37.82
%15.59

CMYK Percentages of Color #efc250

%0
%19
%67
%6

Triadic Colors of #efc250

#efc250 #50efc2 #c250ef

Analogous Colors of #efc250

#efc250 #cdef50 #ef7350

Monochromatic Colors of #efc250

#efc250

Complementary Color

#efc250 #507def

#efc250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc250 Color CSS Codes

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

#efc250 Text Font Color

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

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


#efc250 Background Color

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

This div background color is #efc250


#efc250 Border Color

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

This div border color is #efc250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc250


Comments

No comments written yet.

Please login to write comment.