Color Hex Logo

#efc329 Color Hex

#EFC329
(239,195,41)
0 Favorites   0 Comments

Color spaces of #efc329

RGB 23919541
HSL0.130.860.55
HSV47°83°94°
CMYK 0.000.180.83   0.06
XYZ55.511957.541010.2786
Yxy57.54100.45010.4666
Hunter Lab75.8558-2.119845.0651
CIE-Lab80.48292.070475.2842

#efc329 color RGB value is (239,195,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000011 00101001
Octal 357 303 51
Decimal 239 195 41
Hex EF C3 29

RGB Percentages of Color #efc329

%50.32
%41.05
%8.63

CMYK Percentages of Color #efc329

%0
%18
%83
%6

Triadic Colors of #efc329

#efc329 #29efc3 #c329ef

Analogous Colors of #efc329

#efc329 #b8ef29 #ef6029

Monochromatic Colors of #efc329

#efc329

Complementary Color

#efc329 #2955ef

#efc329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc329 Color CSS Codes

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

#efc329 Text Font Color

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

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


#efc329 Background Color

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

This div background color is #efc329


#efc329 Border Color

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

This div border color is #efc329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc329


Comments

No comments written yet.

Please login to write comment.