Color Hex Logo

#efcf0f Color Hex

#EFCF0F
(239,207,15)
0 Favorites   0 Comments

Color spaces of #efcf0f

RGB 23920715
HSL0.140.880.50
HSV51°94°94°
CMYK 0.000.130.94   0.06
XYZ57.995763.01099.5576
Yxy63.01090.44420.4826
Hunter Lab79.3794-8.499448.4268
CIE-Lab83.4481-4.567882.5777

#efcf0f color RGB value is (239,207,15).

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

The process color (four color CMYK) of #efcf0f color hex is 0.00, 0.13, 0.94, 0.06. Web safe color of #efcf0f is #ffcc00. Color #efcf0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 00001111
Octal 357 317 17
Decimal 239 207 15
Hex EF CF F

RGB Percentages of Color #efcf0f

%51.84
%44.90
%3.25

CMYK Percentages of Color #efcf0f

%0
%13
%94
%6

Triadic Colors of #efcf0f

#efcf0f #0fefcf #cf0fef

Analogous Colors of #efcf0f

#efcf0f #9fef0f #ef5f0f

Monochromatic Colors of #efcf0f

#efcf0f

Complementary Color

#efcf0f #0f2fef

#efcf0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcf0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcf0f Color CSS Codes

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

#efcf0f Text Font Color

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

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


#efcf0f Background Color

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

This div background color is #efcf0f


#efcf0f Border Color

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

This div border color is #efcf0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcf0f


Comments

No comments written yet.

Please login to write comment.