Color Hex Logo

#efe56f Color Hex

#EFE56F
(239,229,111)
0 Favorites   0 Comments

Color spaces of #efe56f

RGB 239229111
HSL0.150.800.69
HSV55°54°94°
CMYK 0.000.040.54   0.06
XYZ66.485275.537026.1149
Yxy75.53700.39540.4493
Hunter Lab86.9120-15.548743.0232
CIE-Lab89.6439-11.515957.8824

#efe56f color RGB value is (239,229,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100101 01101111
Octal 357 345 157
Decimal 239 229 111
Hex EF E5 6F

RGB Percentages of Color #efe56f

%41.28
%39.55
%19.17

CMYK Percentages of Color #efe56f

%0
%4
%54
%6

Triadic Colors of #efe56f

#efe56f #6fefe5 #e56fef

Analogous Colors of #efe56f

#efe56f #b9ef6f #efa56f

Monochromatic Colors of #efe56f

#efe56f

Complementary Color

#efe56f #6f79ef

#efe56f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe56f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe56f Color CSS Codes

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

#efe56f Text Font Color

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

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


#efe56f Background Color

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

This div background color is #efe56f


#efe56f Border Color

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

This div border color is #efe56f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe56f


Comments

No comments written yet.

Please login to write comment.