Color Hex Logo

#efd86a Color Hex

#EFD86A
(239,216,106)
0 Favorites   0 Comments

Color spaces of #efd86a

RGB 239216106
HSL0.140.810.68
HSV50°56°94°
CMYK 0.000.100.56   0.06
XYZ62.754068.503123.5506
Yxy68.50310.40540.4425
Hunter Lab82.7666-9.502141.0661
CIE-Lab86.2574-5.382156.2517

#efd86a color RGB value is (239,216,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 01101010
Octal 357 330 152
Decimal 239 216 106
Hex EF D8 6A

RGB Percentages of Color #efd86a

%42.60
%38.50
%18.89

CMYK Percentages of Color #efd86a

%0
%10
%56
%6

Triadic Colors of #efd86a

#efd86a #6aefd8 #d86aef

Analogous Colors of #efd86a

#efd86a #c4ef6a #ef966a

Monochromatic Colors of #efd86a

#efd86a

Complementary Color

#efd86a #6a81ef

#efd86a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd86a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd86a Color CSS Codes

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

#efd86a Text Font Color

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

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


#efd86a Background Color

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

This div background color is #efd86a


#efd86a Border Color

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

This div border color is #efd86a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd86a


Comments

No comments written yet.

Please login to write comment.