Color Hex Logo

#efc24d Color Hex

#EFC24D
(239,194,77)
0 Favorites   0 Comments

Color spaces of #efc24d

RGB 23919477
HSL0.120.840.62
HSV43°68°94°
CMYK 0.000.190.68   0.06
XYZ56.227957.470115.1505
Yxy57.47010.43640.4460
Hunter Lab75.8090-0.271641.2172
CIE-Lab80.44334.030562.6435

#efc24d color RGB value is (239,194,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 01001101
Octal 357 302 115
Decimal 239 194 77
Hex EF C2 4D

RGB Percentages of Color #efc24d

%46.86
%38.04
%15.10

CMYK Percentages of Color #efc24d

%0
%19
%68
%6

Triadic Colors of #efc24d

#efc24d #4defc2 #c24def

Analogous Colors of #efc24d

#efc24d #cbef4d #ef714d

Monochromatic Colors of #efc24d

#efc24d

Complementary Color

#efc24d #4d7aef

#efc24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc24d Color CSS Codes

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

#efc24d Text Font Color

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

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


#efc24d Background Color

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

This div background color is #efc24d


#efc24d Border Color

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

This div border color is #efc24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc24d


Comments

No comments written yet.

Please login to write comment.