Color Hex Logo

#efcf49 Color Hex

#EFCF49
(239,207,73)
0 Favorites   0 Comments

Color spaces of #efcf49

RGB 23920773
HSL0.130.840.61
HSV48°69°94°
CMYK 0.000.130.69   0.06
XYZ59.112063.457415.4363
Yxy63.45740.42830.4598
Hunter Lab79.6602-6.948944.2731
CIE-Lab83.6825-2.874367.5807

#efcf49 color RGB value is (239,207,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 01001001
Octal 357 317 111
Decimal 239 207 73
Hex EF CF 49

RGB Percentages of Color #efcf49

%46.05
%39.88
%14.07

CMYK Percentages of Color #efcf49

%0
%13
%69
%6

Triadic Colors of #efcf49

#efcf49 #49efcf #cf49ef

Analogous Colors of #efcf49

#efcf49 #bcef49 #ef7c49

Monochromatic Colors of #efcf49

#efcf49

Complementary Color

#efcf49 #4969ef

#efcf49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcf49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcf49 Color CSS Codes

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

#efcf49 Text Font Color

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

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


#efcf49 Background Color

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

This div background color is #efcf49


#efcf49 Border Color

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

This div border color is #efcf49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcf49


Comments

No comments written yet.

Please login to write comment.