Color Hex Logo

#efc768 Color Hex

#EFC768
(239,199,104)
0 Favorites   0 Comments

Color spaces of #efc768

RGB 239199104
HSL0.120.810.67
HSV42°56°94°
CMYK 0.000.170.56   0.06
XYZ58.518760.197021.6316
Yxy60.19700.41700.4289
Hunter Lab77.5867-1.145637.7803
CIE-Lab81.94523.181452.1704

#efc768 color RGB value is (239,199,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000111 01101000
Octal 357 307 150
Decimal 239 199 104
Hex EF C7 68

RGB Percentages of Color #efc768

%44.10
%36.72
%19.19

CMYK Percentages of Color #efc768

%0
%17
%56
%6

Triadic Colors of #efc768

#efc768 #68efc7 #c768ef

Analogous Colors of #efc768

#efc768 #d4ef68 #ef8468

Monochromatic Colors of #efc768

#efc768

Complementary Color

#efc768 #6890ef

#efc768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc768 Color CSS Codes

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

#efc768 Text Font Color

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

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


#efc768 Background Color

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

This div background color is #efc768


#efc768 Border Color

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

This div border color is #efc768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc768


Comments

No comments written yet.

Please login to write comment.