Color Hex Logo

#efab16 Color Hex

#EFAB16
(239,171,22)
0 Favorites   0 Comments

Color spaces of #efab16

RGB 23917122
HSL0.110.870.51
HSV41°91°94°
CMYK 0.000.280.91   0.06
XYZ50.304347.53457.2828
Yxy47.53450.47850.4522
Hunter Lab68.94539.584141.9988
CIE-Lab74.530414.227474.9018

#efab16 color RGB value is (239,171,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101011 00010110
Octal 357 253 26
Decimal 239 171 22
Hex EF AB 16

RGB Percentages of Color #efab16

%55.32
%39.58
%5.09

CMYK Percentages of Color #efab16

%0
%28
%91
%6

Triadic Colors of #efab16

#efab16 #16efab #ab16ef

Analogous Colors of #efab16

#efab16 #c7ef16 #ef3e16

Monochromatic Colors of #efab16

#efab16

Complementary Color

#efab16 #165aef

#efab16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efab16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efab16 Color CSS Codes

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

#efab16 Text Font Color

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

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


#efab16 Background Color

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

This div background color is #efab16


#efab16 Border Color

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

This div border color is #efab16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efab16


Comments

No comments written yet.

Please login to write comment.