Color Hex Logo

#efe58a Color Hex

#EFE58A
(239,229,138)
0 Favorites   0 Comments

Color spaces of #efe58a

RGB 239229138
HSL0.150.760.74
HSV54°42°94°
CMYK 0.000.040.42   0.06
XYZ68.203476.224335.1628
Yxy76.22430.37980.4244
Hunter Lab87.3065-13.343237.2355
CIE-Lab89.9634-9.101845.4796

#efe58a color RGB value is (239,229,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100101 10001010
Octal 357 345 212
Decimal 239 229 138
Hex EF E5 8A

RGB Percentages of Color #efe58a

%39.44
%37.79
%22.77

CMYK Percentages of Color #efe58a

%0
%4
%42
%6

Triadic Colors of #efe58a

#efe58a #8aefe5 #e58aef

Analogous Colors of #efe58a

#efe58a #c7ef8a #efb38a

Monochromatic Colors of #efe58a

#efe58a

Complementary Color

#efe58a #8a94ef

#efe58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe58a Color CSS Codes

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

#efe58a Text Font Color

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

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


#efe58a Background Color

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

This div background color is #efe58a


#efe58a Border Color

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

This div border color is #efe58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe58a


Comments

No comments written yet.

Please login to write comment.