Color Hex Logo

#efac50 Color Hex

#EFAC50
(239,172,80)
0 Favorites   0 Comments

Color spaces of #efac50

RGB 23917280
HSL0.100.830.63
HSV35°67°94°
CMYK 0.000.280.67   0.06
XYZ51.797148.435014.2083
Yxy48.43500.45260.4232
Hunter Lab69.595311.059036.6123
CIE-Lab75.098515.740455.6229

#efac50 color RGB value is (239,172,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 01010000
Octal 357 254 120
Decimal 239 172 80
Hex EF AC 50

RGB Percentages of Color #efac50

%48.68
%35.03
%16.29

CMYK Percentages of Color #efac50

%0
%28
%67
%6

Triadic Colors of #efac50

#efac50 #50efac #ac50ef

Analogous Colors of #efac50

#efac50 #e3ef50 #ef5d50

Monochromatic Colors of #efac50

#efac50

Complementary Color

#efac50 #5093ef

#efac50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efac50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efac50 Color CSS Codes

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

#efac50 Text Font Color

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

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


#efac50 Background Color

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

This div background color is #efac50


#efac50 Border Color

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

This div border color is #efac50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efac50


Comments

No comments written yet.

Please login to write comment.