Color Hex Logo

#efcf2f Color Hex

#EFCF2F
(239,207,47)
0 Favorites   0 Comments

Color spaces of #efcf2f

RGB 23920747
HSL0.140.860.56
HSV50°80°94°
CMYK 0.000.130.80   0.06
XYZ58.422563.181611.8054
Yxy63.18160.43790.4736
Hunter Lab79.4869-7.905346.8350
CIE-Lab83.5378-3.916876.2488

#efcf2f color RGB value is (239,207,47).

#efcf2f hex color red value is 239, green value is 207 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #efcf2f hue: 0.14 , saturation: 0.86 and the lightness value of efcf2f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 00101111
Octal 357 317 57
Decimal 239 207 47
Hex EF CF 2F

RGB Percentages of Color #efcf2f

%48.48
%41.99
%9.53

CMYK Percentages of Color #efcf2f

%0
%13
%80
%6

Triadic Colors of #efcf2f

#efcf2f #2fefcf #cf2fef

Analogous Colors of #efcf2f

#efcf2f #afef2f #ef6f2f

Monochromatic Colors of #efcf2f

#efcf2f

Complementary Color

#efcf2f #2f4fef

#efcf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcf2f Color CSS Codes

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

#efcf2f Text Font Color

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

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


#efcf2f Background Color

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

This div background color is #efcf2f


#efcf2f Border Color

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

This div border color is #efcf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcf2f


Comments

No comments written yet.

Please login to write comment.