Color Hex Logo

#efd86f Color Hex

#EFD86F
(239,216,111)
0 Favorites   0 Comments

Color spaces of #efd86f

RGB 239216111
HSL0.140.800.69
HSV49°54°94°
CMYK 0.000.100.54   0.06
XYZ63.021768.610224.9604
Yxy68.61020.40250.4381
Hunter Lab82.8313-9.144040.1154
CIE-Lab86.3107-4.993553.9942

#efd86f color RGB value is (239,216,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 01101111
Octal 357 330 157
Decimal 239 216 111
Hex EF D8 6F

RGB Percentages of Color #efd86f

%42.23
%38.16
%19.61

CMYK Percentages of Color #efd86f

%0
%10
%54
%6

Triadic Colors of #efd86f

#efd86f #6fefd8 #d86fef

Analogous Colors of #efd86f

#efd86f #c6ef6f #ef986f

Monochromatic Colors of #efd86f

#efd86f

Complementary Color

#efd86f #6f86ef

#efd86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd86f Color CSS Codes

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

#efd86f Text Font Color

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

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


#efd86f Background Color

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

This div background color is #efd86f


#efd86f Border Color

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

This div border color is #efd86f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd86f


Comments

No comments written yet.

Please login to write comment.