Color Hex Logo

#efe40f Color Hex

#EFE40F
(239,228,15)
0 Favorites   0 Comments

Color spaces of #efe40f

RGB 23922815
HSL0.160.880.50
HSV57°94°94°
CMYK 0.000.050.94   0.06
XYZ63.426273.872011.3677
Yxy73.87200.42660.4969
Hunter Lab85.9488-18.685852.3224
CIE-Lab88.8620-15.059686.6218

#efe40f color RGB value is (239,228,15).

#efe40f hex color red value is 239, green value is 228 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #efe40f hue: 0.16 , saturation: 0.88 and the lightness value of efe40f is 0.50.

The process color (four color CMYK) of #efe40f color hex is 0.00, 0.05, 0.94, 0.06. Web safe color of #efe40f is #ffcc00. Color #efe40f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100100 00001111
Octal 357 344 17
Decimal 239 228 15
Hex EF E4 F

RGB Percentages of Color #efe40f

%49.59
%47.30
%3.11

CMYK Percentages of Color #efe40f

%0
%5
%94
%6

Triadic Colors of #efe40f

#efe40f #0fefe4 #e40fef

Analogous Colors of #efe40f

#efe40f #8aef0f #ef740f

Monochromatic Colors of #efe40f

#efe40f

Complementary Color

#efe40f #0f1aef

#efe40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe40f Color CSS Codes

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

#efe40f Text Font Color

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

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


#efe40f Background Color

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

This div background color is #efe40f


#efe40f Border Color

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

This div border color is #efe40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe40f


Comments

No comments written yet.

Please login to write comment.