Color Hex Logo

#efc028 Color Hex

#EFC028
(239,192,40)
0 Favorites   0 Comments

Color spaces of #efc028

RGB 23919240
HSL0.130.860.55
HSV46°83°94°
CMYK 0.000.200.83   0.06
XYZ54.829256.20329.9660
Yxy56.20320.45310.4645
Hunter Lab74.9688-0.647644.5964
CIE-Lab79.72933.598374.9176

#efc028 color RGB value is (239,192,40).

#efc028 hex color red value is 239, green value is 192 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #efc028 hue: 0.13 , saturation: 0.86 and the lightness value of efc028 is 0.55.

The process color (four color CMYK) of #efc028 color hex is 0.00, 0.20, 0.83, 0.06. Web safe color of #efc028 is #ffcc33. Color #efc028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000000 00101000
Octal 357 300 50
Decimal 239 192 40
Hex EF C0 28

RGB Percentages of Color #efc028

%50.74
%40.76
%8.49

CMYK Percentages of Color #efc028

%0
%20
%83
%6

Triadic Colors of #efc028

#efc028 #28efc0 #c028ef

Analogous Colors of #efc028

#efc028 #bbef28 #ef5d28

Monochromatic Colors of #efc028

#efc028

Complementary Color

#efc028 #2857ef

#efc028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc028 Color CSS Codes

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

#efc028 Text Font Color

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

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


#efc028 Background Color

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

This div background color is #efc028


#efc028 Border Color

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

This div border color is #efc028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc028


Comments

No comments written yet.

Please login to write comment.