Color Hex Logo

#efe86e Color Hex

#EFE86E
(239,232,110)
0 Favorites   0 Comments

Color spaces of #efe86e

RGB 239232110
HSL0.160.800.68
HSV57°54°94°
CMYK 0.000.030.54   0.06
XYZ67.267777.189726.1056
Yxy77.18970.39440.4526
Hunter Lab87.8577-17.083543.8832
CIE-Lab90.4089-13.078559.2160

#efe86e color RGB value is (239,232,110).

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

The process color (four color CMYK) of #efe86e color hex is 0.00, 0.03, 0.54, 0.06. Web safe color of #efe86e is #ffff66. Color #efe86e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101000 01101110
Octal 357 350 156
Decimal 239 232 110
Hex EF E8 6E

RGB Percentages of Color #efe86e

%41.14
%39.93
%18.93

CMYK Percentages of Color #efe86e

%0
%3
%54
%6

Triadic Colors of #efe86e

#efe86e #6eefe8 #e86eef

Analogous Colors of #efe86e

#efe86e #b6ef6e #efa86e

Monochromatic Colors of #efe86e

#efe86e

Complementary Color

#efe86e #6e75ef

#efe86e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe86e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe86e Color CSS Codes

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

#efe86e Text Font Color

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

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


#efe86e Background Color

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

This div background color is #efe86e


#efe86e Border Color

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

This div border color is #efe86e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe86e


Comments

No comments written yet.

Please login to write comment.