Color Hex Logo

#efcf5f Color Hex

#EFCF5F
(239,207,95)
0 Favorites   0 Comments

Color spaces of #efcf5f

RGB 23920795
HSL0.130.820.65
HSV47°60°94°
CMYK 0.000.130.60   0.06
XYZ59.975063.802619.9806
Yxy63.80260.41720.4438
Hunter Lab79.8765-5.757941.0826
CIE-Lab83.8629-1.585058.5248

#efcf5f color RGB value is (239,207,95).

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

The process color (four color CMYK) of #efcf5f color hex is 0.00, 0.13, 0.60, 0.06. Web safe color of #efcf5f is #ffcc66. Color #efcf5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 01011111
Octal 357 317 137
Decimal 239 207 95
Hex EF CF 5F

RGB Percentages of Color #efcf5f

%44.18
%38.26
%17.56

CMYK Percentages of Color #efcf5f

%0
%13
%60
%6

Triadic Colors of #efcf5f

#efcf5f #5fefcf #cf5fef

Analogous Colors of #efcf5f

#efcf5f #c7ef5f #ef875f

Monochromatic Colors of #efcf5f

#efcf5f

Complementary Color

#efcf5f #5f7fef

#efcf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcf5f Color CSS Codes

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

#efcf5f Text Font Color

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

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


#efcf5f Background Color

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

This div background color is #efcf5f


#efcf5f Border Color

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

This div border color is #efcf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcf5f


Comments

No comments written yet.

Please login to write comment.