Color Hex Logo

#efd86c Color Hex

#EFD86C
(239,216,108)
0 Favorites   0 Comments

Color spaces of #efd86c

RGB 239216108
HSL0.140.800.68
HSV49°55°94°
CMYK 0.000.100.55   0.06
XYZ62.859268.545224.1049
Yxy68.54520.40420.4408
Hunter Lab82.7920-9.361340.6921
CIE-Lab86.2783-5.229255.3532

#efd86c color RGB value is (239,216,108).

#efd86c hex color red value is 239, green value is 216 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #efd86c hue: 0.14 , saturation: 0.80 and the lightness value of efd86c is 0.68.

The process color (four color CMYK) of #efd86c color hex is 0.00, 0.10, 0.55, 0.06. Web safe color of #efd86c is #ffcc66. Color #efd86c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 01101100
Octal 357 330 154
Decimal 239 216 108
Hex EF D8 6C

RGB Percentages of Color #efd86c

%42.45
%38.37
%19.18

CMYK Percentages of Color #efd86c

%0
%10
%55
%6

Triadic Colors of #efd86c

#efd86c #6cefd8 #d86cef

Analogous Colors of #efd86c

#efd86c #c5ef6c #ef976c

Monochromatic Colors of #efd86c

#efd86c

Complementary Color

#efd86c #6c83ef

#efd86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd86c Color CSS Codes

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

#efd86c Text Font Color

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

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


#efd86c Background Color

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

This div background color is #efd86c


#efd86c Border Color

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

This div border color is #efd86c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd86c


Comments

No comments written yet.

Please login to write comment.