Color Hex Logo

#efc229 Color Hex

#EFC229
(239,194,41)
0 Favorites   0 Comments

Color spaces of #efc229

RGB 23919441
HSL0.130.860.55
HSV46°83°94°
CMYK 0.000.190.83   0.06
XYZ55.288657.094410.2041
Yxy57.09440.45100.4657
Hunter Lab75.5608-1.621344.8858
CIE-Lab80.23272.588075.0733

#efc229 color RGB value is (239,194,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 00101001
Octal 357 302 51
Decimal 239 194 41
Hex EF C2 29

RGB Percentages of Color #efc229

%50.42
%40.93
%8.65

CMYK Percentages of Color #efc229

%0
%19
%83
%6

Triadic Colors of #efc229

#efc229 #29efc2 #c229ef

Analogous Colors of #efc229

#efc229 #b9ef29 #ef5f29

Monochromatic Colors of #efc229

#efc229

Complementary Color

#efc229 #2956ef

#efc229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc229 Color CSS Codes

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

#efc229 Text Font Color

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

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


#efc229 Background Color

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

This div background color is #efc229


#efc229 Border Color

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

This div border color is #efc229


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,194,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 #efc229">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc229


Comments

No comments written yet.

Please login to write comment.