Color Hex Logo

#efad15 Color Hex

#EFAD15
(239,173,21)
0 Favorites   0 Comments

Color spaces of #efad15

RGB 23917321
HSL0.120.870.51
HSV42°91°94°
CMYK 0.000.280.91   0.06
XYZ50.675548.29207.3599
Yxy48.29200.47660.4542
Hunter Lab69.49248.554642.3653
CIE-Lab75.008713.157875.4411

#efad15 color RGB value is (239,173,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 00010101
Octal 357 255 25
Decimal 239 173 21
Hex EF AD 15

RGB Percentages of Color #efad15

%55.20
%39.95
%4.85

CMYK Percentages of Color #efad15

%0
%28
%91
%6

Triadic Colors of #efad15

#efad15 #15efad #ad15ef

Analogous Colors of #efad15

#efad15 #c4ef15 #ef4015

Monochromatic Colors of #efad15

#efad15

Complementary Color

#efad15 #1557ef

#efad15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efad15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efad15 Color CSS Codes

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

#efad15 Text Font Color

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

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


#efad15 Background Color

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

This div background color is #efad15


#efad15 Border Color

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

This div border color is #efad15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efad15


Comments

No comments written yet.

Please login to write comment.