Color Hex Logo

#efad50 Color Hex

#EFAD50
(239,173,80)
0 Favorites   0 Comments

Color spaces of #efad50

RGB 23917380
HSL0.100.830.63
HSV35°67°94°
CMYK 0.000.280.67   0.06
XYZ51.988148.817014.2720
Yxy48.81700.45180.4242
Hunter Lab69.869210.546936.7974
CIE-Lab75.337315.212255.8833

#efad50 color RGB value is (239,173,80).

#efad50 hex color red value is 239, green value is 173 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #efad50 hue: 0.10 , saturation: 0.83 and the lightness value of efad50 is 0.63.

The process color (four color CMYK) of #efad50 color hex is 0.00, 0.28, 0.67, 0.06. Web safe color of #efad50 is #ff9966. Color #efad50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 01010000
Octal 357 255 120
Decimal 239 173 80
Hex EF AD 50

RGB Percentages of Color #efad50

%48.58
%35.16
%16.26

CMYK Percentages of Color #efad50

%0
%28
%67
%6

Triadic Colors of #efad50

#efad50 #50efad #ad50ef

Analogous Colors of #efad50

#efad50 #e2ef50 #ef5e50

Monochromatic Colors of #efad50

#efad50

Complementary Color

#efad50 #5092ef

#efad50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efad50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efad50 Color CSS Codes

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

#efad50 Text Font Color

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

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


#efad50 Background Color

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

This div background color is #efad50


#efad50 Border Color

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

This div border color is #efad50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efad50


Comments

No comments written yet.

Please login to write comment.