Color Hex Logo

#efe59e Color Hex

#EFE59E
(239,229,158)
0 Favorites   0 Comments

Color spaces of #efe59e

RGB 239229158
HSL0.150.720.78
HSV53°34°94°
CMYK 0.000.040.34   0.06
XYZ69.787576.858043.5046
Yxy76.85800.36700.4042
Hunter Lab87.6687-11.327731.9461
CIE-Lab90.2562-6.924935.8939

#efe59e color RGB value is (239,229,158).

#efe59e hex color red value is 239, green value is 229 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #efe59e hue: 0.15 , saturation: 0.72 and the lightness value of efe59e is 0.78.

The process color (four color CMYK) of #efe59e color hex is 0.00, 0.04, 0.34, 0.06. Web safe color of #efe59e is #ffcc99. Color #efe59e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100101 10011110
Octal 357 345 236
Decimal 239 229 158
Hex EF E5 9E

RGB Percentages of Color #efe59e

%38.18
%36.58
%25.24

CMYK Percentages of Color #efe59e

%0
%4
%34
%6

Triadic Colors of #efe59e

#efe59e #9eefe5 #e59eef

Analogous Colors of #efe59e

#efe59e #d1ef9e #efbd9e

Monochromatic Colors of #efe59e

#efe59e

Complementary Color

#efe59e #9ea8ef

#efe59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe59e Color CSS Codes

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

#efe59e Text Font Color

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

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


#efe59e Background Color

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

This div background color is #efe59e


#efe59e Border Color

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

This div border color is #efe59e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe59e


Comments

No comments written yet.

Please login to write comment.