Color Hex Logo

#efc31d Color Hex

#EFC31D
(239,195,29)
0 Favorites   0 Comments

Color spaces of #efc31d

RGB 23919529
HSL0.130.870.53
HSV47°88°94°
CMYK 0.000.180.88   0.06
XYZ55.333557.46969.3388
Yxy57.46960.45300.4705
Hunter Lab75.8087-2.376445.7622
CIE-Lab80.44301.794378.0800

#efc31d color RGB value is (239,195,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000011 00011101
Octal 357 303 35
Decimal 239 195 29
Hex EF C3 1D

RGB Percentages of Color #efc31d

%51.62
%42.12
%6.26

CMYK Percentages of Color #efc31d

%0
%18
%88
%6

Triadic Colors of #efc31d

#efc31d #1defc3 #c31def

Analogous Colors of #efc31d

#efc31d #b2ef1d #ef5a1d

Monochromatic Colors of #efc31d

#efc31d

Complementary Color

#efc31d #1d49ef

#efc31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc31d Color CSS Codes

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

#efc31d Text Font Color

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

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


#efc31d Background Color

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

This div background color is #efc31d


#efc31d Border Color

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

This div border color is #efc31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc31d


Comments

No comments written yet.

Please login to write comment.