Color Hex Logo

#efce49 Color Hex

#EFCE49
(239,206,73)
0 Favorites   0 Comments

Color spaces of #efce49

RGB 23920673
HSL0.130.840.61
HSV48°69°94°
CMYK 0.000.140.69   0.06
XYZ58.870562.974415.3558
Yxy62.97440.42910.4590
Hunter Lab79.3564-6.453644.0766
CIE-Lab83.4289-2.363467.3251

#efce49 color RGB value is (239,206,73).

#efce49 hex color red value is 239, green value is 206 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #efce49 hue: 0.13 , saturation: 0.84 and the lightness value of efce49 is 0.61.

The process color (four color CMYK) of #efce49 color hex is 0.00, 0.14, 0.69, 0.06. Web safe color of #efce49 is #ffcc33. Color #efce49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 01001001
Octal 357 316 111
Decimal 239 206 73
Hex EF CE 49

RGB Percentages of Color #efce49

%46.14
%39.77
%14.09

CMYK Percentages of Color #efce49

%0
%14
%69
%6

Triadic Colors of #efce49

#efce49 #49efce #ce49ef

Analogous Colors of #efce49

#efce49 #bdef49 #ef7b49

Monochromatic Colors of #efce49

#efce49

Complementary Color

#efce49 #496aef

#efce49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efce49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efce49 Color CSS Codes

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

#efce49 Text Font Color

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

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


#efce49 Background Color

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

This div background color is #efce49


#efce49 Border Color

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

This div border color is #efce49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efce49


Comments

No comments written yet.

Please login to write comment.