Color Hex Logo

#efe016 Color Hex

#EFE016
(239,224,22)
0 Favorites   0 Comments

Color spaces of #efe016

RGB 23922422
HSL0.160.870.51
HSV56°91°94°
CMYK 0.000.060.91   0.06
XYZ62.397171.720011.3137
Yxy71.72000.42910.4932
Hunter Lab84.6877-16.686251.3606
CIE-Lab87.8336-13.003284.9982

#efe016 color RGB value is (239,224,22).

#efe016 hex color red value is 239, green value is 224 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #efe016 hue: 0.16 , saturation: 0.87 and the lightness value of efe016 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100000 00010110
Octal 357 340 26
Decimal 239 224 22
Hex EF E0 16

RGB Percentages of Color #efe016

%49.28
%46.19
%4.54

CMYK Percentages of Color #efe016

%0
%6
%91
%6

Triadic Colors of #efe016

#efe016 #16efe0 #e016ef

Analogous Colors of #efe016

#efe016 #92ef16 #ef7416

Monochromatic Colors of #efe016

#efe016

Complementary Color

#efe016 #1625ef

#efe016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe016 Color CSS Codes

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

#efe016 Text Font Color

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

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


#efe016 Background Color

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

This div background color is #efe016


#efe016 Border Color

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

This div border color is #efe016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe016


Comments

No comments written yet.

Please login to write comment.