Color Hex Logo

#efc766 Color Hex

#EFC766
(239,199,102)
0 Favorites   0 Comments

Color spaces of #efc766

RGB 239199102
HSL0.120.810.67
HSV42°57°94°
CMYK 0.000.170.57   0.06
XYZ58.418360.156921.1028
Yxy60.15690.41820.4307
Hunter Lab77.5609-1.286638.1610
CIE-Lab81.92343.031853.0917

#efc766 color RGB value is (239,199,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000111 01100110
Octal 357 307 146
Decimal 239 199 102
Hex EF C7 66

RGB Percentages of Color #efc766

%44.26
%36.85
%18.89

CMYK Percentages of Color #efc766

%0
%17
%57
%6

Triadic Colors of #efc766

#efc766 #66efc7 #c766ef

Analogous Colors of #efc766

#efc766 #d3ef66 #ef8366

Monochromatic Colors of #efc766

#efc766

Complementary Color

#efc766 #668eef

#efc766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc766 Color CSS Codes

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

#efc766 Text Font Color

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

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


#efc766 Background Color

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

This div background color is #efc766


#efc766 Border Color

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

This div border color is #efc766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc766


Comments

No comments written yet.

Please login to write comment.