Color Hex Logo

#efbe16 Color Hex

#EFBE16
(239,190,22)
0 Favorites   0 Comments

Color spaces of #efbe16

RGB 23919022
HSL0.130.870.51
HSV46°91°94°
CMYK 0.000.210.91   0.06
XYZ54.154955.23568.5663
Yxy55.23560.45910.4683
Hunter Lab74.32070.005645.1906
CIE-Lab79.17684.266678.3992

#efbe16 color RGB value is (239,190,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 00010110
Octal 357 276 26
Decimal 239 190 22
Hex EF BE 16

RGB Percentages of Color #efbe16

%52.99
%42.13
%4.88

CMYK Percentages of Color #efbe16

%0
%21
%91
%6

Triadic Colors of #efbe16

#efbe16 #16efbe #be16ef

Analogous Colors of #efbe16

#efbe16 #b4ef16 #ef5216

Monochromatic Colors of #efbe16

#efbe16

Complementary Color

#efbe16 #1647ef

#efbe16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbe16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbe16 Color CSS Codes

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

#efbe16 Text Font Color

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

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


#efbe16 Background Color

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

This div background color is #efbe16


#efbe16 Border Color

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

This div border color is #efbe16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbe16


Comments

No comments written yet.

Please login to write comment.