Color Hex Logo

#efce60 Color Hex

#EFCE60
(239,206,96)
0 Favorites   0 Comments

Color spaces of #efce60

RGB 23920696
HSL0.130.820.66
HSV46°60°94°
CMYK 0.000.140.60   0.06
XYZ59.779263.337920.1411
Yxy63.33790.41730.4421
Hunter Lab79.5851-5.196340.7047
CIE-Lab83.6198-1.004757.8022

#efce60 color RGB value is (239,206,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 01100000
Octal 357 316 140
Decimal 239 206 96
Hex EF CE 60

RGB Percentages of Color #efce60

%44.18
%38.08
%17.74

CMYK Percentages of Color #efce60

%0
%14
%60
%6

Triadic Colors of #efce60

#efce60 #60efce #ce60ef

Analogous Colors of #efce60

#efce60 #c9ef60 #ef8760

Monochromatic Colors of #efce60

#efce60

Complementary Color

#efce60 #6081ef

#efce60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efce60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efce60 Color CSS Codes

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

#efce60 Text Font Color

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

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


#efce60 Background Color

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

This div background color is #efce60


#efce60 Border Color

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

This div border color is #efce60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efce60


Comments

No comments written yet.

Please login to write comment.