Color Hex Logo

#efef16 Color Hex

#EFEF16
(239,239,22)
0 Favorites   0 Comments

Color spaces of #efef16

RGB 23923922
HSL0.170.870.51
HSV60°91°94°
CMYK 0.000.000.91   0.06
XYZ66.607980.141712.7173
Yxy80.14170.41770.5026
Hunter Lab89.5219-23.852154.2427
CIE-Lab91.7484-20.314088.0100

#efef16 color RGB value is (239,239,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101111 00010110
Octal 357 357 26
Decimal 239 239 22
Hex EF EF 16

RGB Percentages of Color #efef16

%47.80
%47.80
%4.40

CMYK Percentages of Color #efef16

%0
%0
%91
%6

Triadic Colors of #efef16

#efef16 #16efef #ef16ef

Analogous Colors of #efef16

#efef16 #83ef16 #ef8316

Monochromatic Colors of #efef16

#efef16

Complementary Color

#efef16 #1616ef

#efef16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efef16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efef16 Color CSS Codes

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

#efef16 Text Font Color

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

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


#efef16 Background Color

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

This div background color is #efef16


#efef16 Border Color

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

This div border color is #efef16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efef16


Comments

No comments written yet.

Please login to write comment.