Color Hex Logo

#efa979 Color Hex

#EFA979
(239,169,121)
0 Favorites   0 Comments

Color spaces of #efa979

RGB 239169121
HSL0.070.790.71
HSV24°49°94°
CMYK 0.000.290.49   0.06
XYZ53.235848.107124.5689
Yxy48.10710.42280.3821
Hunter Lab69.359315.626627.5494
CIE-Lab74.892420.375334.9509

#efa979 color RGB value is (239,169,121).

#efa979 hex color red value is 239, green value is 169 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #efa979 hue: 0.07 , saturation: 0.79 and the lightness value of efa979 is 0.71.

The process color (four color CMYK) of #efa979 color hex is 0.00, 0.29, 0.49, 0.06. Web safe color of #efa979 is #ff9966. Color #efa979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 01111001
Octal 357 251 171
Decimal 239 169 121
Hex EF A9 79

RGB Percentages of Color #efa979

%45.18
%31.95
%22.87

CMYK Percentages of Color #efa979

%0
%29
%49
%6

Triadic Colors of #efa979

#efa979 #79efa9 #a979ef

Analogous Colors of #efa979

#efa979 #efe479 #ef7984

Monochromatic Colors of #efa979

#efa979

Complementary Color

#efa979 #79bfef

#efa979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa979 Color CSS Codes

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

#efa979 Text Font Color

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

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


#efa979 Background Color

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

This div background color is #efa979


#efa979 Border Color

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

This div border color is #efa979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa979


Comments

No comments written yet.

Please login to write comment.