Color Hex Logo

#efc764 Color Hex

#EFC764
(239,199,100)
0 Favorites   0 Comments

Color spaces of #efc764

RGB 239199100
HSL0.120.810.66
HSV43°58°94°
CMYK 0.000.170.58   0.06
XYZ58.320360.117720.5867
Yxy60.11770.41950.4324
Hunter Lab77.5356-1.424238.5327
CIE-Lab81.90212.885654.0064

#efc764 color RGB value is (239,199,100).

#efc764 hex color red value is 239, green value is 199 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #efc764 hue: 0.12 , saturation: 0.81 and the lightness value of efc764 is 0.66.

The process color (four color CMYK) of #efc764 color hex is 0.00, 0.17, 0.58, 0.06. Web safe color of #efc764 is #ffcc66. Color #efc764 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000111 01100100
Octal 357 307 144
Decimal 239 199 100
Hex EF C7 64

RGB Percentages of Color #efc764

%44.42
%36.99
%18.59

CMYK Percentages of Color #efc764

%0
%17
%58
%6

Triadic Colors of #efc764

#efc764 #64efc7 #c764ef

Analogous Colors of #efc764

#efc764 #d2ef64 #ef8264

Monochromatic Colors of #efc764

#efc764

Complementary Color

#efc764 #648cef

#efc764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc764 Color CSS Codes

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

#efc764 Text Font Color

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

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


#efc764 Background Color

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

This div background color is #efc764


#efc764 Border Color

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

This div border color is #efc764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc764


Comments

No comments written yet.

Please login to write comment.