Color Hex Logo

#efe16f Color Hex

#EFE16F
(239,225,111)
0 Favorites   0 Comments

Color spaces of #efe16f

RGB 239225111
HSL0.150.800.69
HSV53°54°94°
CMYK 0.000.060.54   0.06
XYZ65.391173.348825.7502
Yxy73.34880.39750.4459
Hunter Lab85.6439-13.588042.1243
CIE-Lab88.6138-9.523956.6875

#efe16f color RGB value is (239,225,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100001 01101111
Octal 357 341 157
Decimal 239 225 111
Hex EF E1 6F

RGB Percentages of Color #efe16f

%41.57
%39.13
%19.30

CMYK Percentages of Color #efe16f

%0
%6
%54
%6

Triadic Colors of #efe16f

#efe16f #6fefe1 #e16fef

Analogous Colors of #efe16f

#efe16f #bdef6f #efa16f

Monochromatic Colors of #efe16f

#efe16f

Complementary Color

#efe16f #6f7def

#efe16f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe16f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe16f Color CSS Codes

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

#efe16f Text Font Color

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

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


#efe16f Background Color

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

This div background color is #efe16f


#efe16f Border Color

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

This div border color is #efe16f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,225,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 #efe16f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe16f


Comments

No comments written yet.

Please login to write comment.