Color Hex Logo

#efcf1f Color Hex

#EFCF1F
(239,207,31)
0 Favorites   0 Comments

Color spaces of #efcf1f

RGB 23920731
HSL0.140.870.53
HSV51°87°94°
CMYK 0.000.130.87   0.06
XYZ58.156763.075310.4059
Yxy63.07530.44180.4792
Hunter Lab79.4200-8.275147.8256
CIE-Lab83.4820-4.321880.0806

#efcf1f color RGB value is (239,207,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 00011111
Octal 357 317 37
Decimal 239 207 31
Hex EF CF 1F

RGB Percentages of Color #efcf1f

%50.10
%43.40
%6.50

CMYK Percentages of Color #efcf1f

%0
%13
%87
%6

Triadic Colors of #efcf1f

#efcf1f #1fefcf #cf1fef

Analogous Colors of #efcf1f

#efcf1f #a7ef1f #ef671f

Monochromatic Colors of #efcf1f

#efcf1f

Complementary Color

#efcf1f #1f3fef

#efcf1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcf1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcf1f Color CSS Codes

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

#efcf1f Text Font Color

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

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


#efcf1f Background Color

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

This div background color is #efcf1f


#efcf1f Border Color

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

This div border color is #efcf1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcf1f


Comments

No comments written yet.

Please login to write comment.