Color Hex Logo

#efc029 Color Hex

#EFC029
(239,192,41)
0 Favorites   0 Comments

Color spaces of #efc029

RGB 23919241
HSL0.130.860.55
HSV46°83°94°
CMYK 0.000.200.83   0.06
XYZ54.846556.210110.0567
Yxy56.21010.45290.4641
Hunter Lab74.9734-0.622544.5284
CIE-Lab79.73323.625274.6518

#efc029 color RGB value is (239,192,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000000 00101001
Octal 357 300 51
Decimal 239 192 41
Hex EF C0 29

RGB Percentages of Color #efc029

%50.64
%40.68
%8.69

CMYK Percentages of Color #efc029

%0
%20
%83
%6

Triadic Colors of #efc029

#efc029 #29efc0 #c029ef

Analogous Colors of #efc029

#efc029 #bbef29 #ef5d29

Monochromatic Colors of #efc029

#efc029

Complementary Color

#efc029 #2958ef

#efc029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc029 Color CSS Codes

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

#efc029 Text Font Color

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

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


#efc029 Background Color

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

This div background color is #efc029


#efc029 Border Color

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

This div border color is #efc029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc029


Comments

No comments written yet.

Please login to write comment.