Color Hex Logo

#efe57e Color Hex

#EFE57E
(239,229,126)
0 Favorites   0 Comments

Color spaces of #efe57e

RGB 239229126
HSL0.150.780.72
HSV55°47°94°
CMYK 0.000.040.47   0.06
XYZ67.381875.895730.8366
Yxy75.89570.38700.4359
Hunter Lab87.1181-14.395439.9962
CIE-Lab89.8109-10.249351.0920

#efe57e color RGB value is (239,229,126).

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

The process color (four color CMYK) of #efe57e color hex is 0.00, 0.04, 0.47, 0.06. Web safe color of #efe57e is #ffcc66. Color #efe57e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100101 01111110
Octal 357 345 176
Decimal 239 229 126
Hex EF E5 7E

RGB Percentages of Color #efe57e

%40.24
%38.55
%21.21

CMYK Percentages of Color #efe57e

%0
%4
%47
%6

Triadic Colors of #efe57e

#efe57e #7eefe5 #e57eef

Analogous Colors of #efe57e

#efe57e #c1ef7e #efad7e

Monochromatic Colors of #efe57e

#efe57e

Complementary Color

#efe57e #7e88ef

#efe57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe57e Color CSS Codes

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

#efe57e Text Font Color

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

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


#efe57e Background Color

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

This div background color is #efe57e


#efe57e Border Color

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

This div border color is #efe57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe57e


Comments

No comments written yet.

Please login to write comment.