Color Hex Logo

#efe58f Color Hex

#EFE58F
(239,229,143)
0 Favorites   0 Comments

Color spaces of #efe58f

RGB 239229143
HSL0.150.750.75
HSV54°40°94°
CMYK 0.000.040.40   0.06
XYZ68.573876.372537.1137
Yxy76.37250.37670.4195
Hunter Lab87.3914-12.870435.9944
CIE-Lab90.0320-8.588743.1058

#efe58f color RGB value is (239,229,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100101 10001111
Octal 357 345 217
Decimal 239 229 143
Hex EF E5 8F

RGB Percentages of Color #efe58f

%39.12
%37.48
%23.40

CMYK Percentages of Color #efe58f

%0
%4
%40
%6

Triadic Colors of #efe58f

#efe58f #8fefe5 #e58fef

Analogous Colors of #efe58f

#efe58f #c9ef8f #efb58f

Monochromatic Colors of #efe58f

#efe58f

Complementary Color

#efe58f #8f99ef

#efe58f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe58f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe58f Color CSS Codes

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

#efe58f Text Font Color

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

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


#efe58f Background Color

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

This div background color is #efe58f


#efe58f Border Color

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

This div border color is #efe58f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe58f


Comments

No comments written yet.

Please login to write comment.