Color Hex Logo

#efc264 Color Hex

#EFC264
(239,194,100)
0 Favorites   0 Comments

Color spaces of #efc264

RGB 239194100
HSL0.110.810.66
HSV41°58°94°
CMYK 0.000.190.58   0.06
XYZ57.188657.854420.2094
Yxy57.85440.42280.4278
Hunter Lab76.06211.099737.4903
CIE-Lab80.65785.483052.5665

#efc264 color RGB value is (239,194,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 01100100
Octal 357 302 144
Decimal 239 194 100
Hex EF C2 64

RGB Percentages of Color #efc264

%44.84
%36.40
%18.76

CMYK Percentages of Color #efc264

%0
%19
%58
%6

Triadic Colors of #efc264

#efc264 #64efc2 #c264ef

Analogous Colors of #efc264

#efc264 #d7ef64 #ef7d64

Monochromatic Colors of #efc264

#efc264

Complementary Color

#efc264 #6491ef

#efc264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc264 Color CSS Codes

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

#efc264 Text Font Color

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

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


#efc264 Background Color

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

This div background color is #efc264


#efc264 Border Color

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

This div border color is #efc264


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,194,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 #efc264">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc264


Comments

No comments written yet.

Please login to write comment.