Color Hex Logo

#efa971 Color Hex

#EFA971
(239,169,113)
0 Favorites   0 Comments

Color spaces of #efa971

RGB 239169113
HSL0.070.800.69
HSV27°53°94°
CMYK 0.000.290.53   0.06
XYZ52.765247.918922.0910
Yxy47.91890.42980.3903
Hunter Lab69.223514.919529.5355
CIE-Lab74.773719.668838.9856

#efa971 color RGB value is (239,169,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101001 01110001
Octal 357 251 161
Decimal 239 169 113
Hex EF A9 71

RGB Percentages of Color #efa971

%45.87
%32.44
%21.69

CMYK Percentages of Color #efa971

%0
%29
%53
%6

Triadic Colors of #efa971

#efa971 #71efa9 #a971ef

Analogous Colors of #efa971

#efa971 #efe871 #ef7178

Monochromatic Colors of #efa971

#efa971

Complementary Color

#efa971 #71b7ef

#efa971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa971 Color CSS Codes

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

#efa971 Text Font Color

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

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


#efa971 Background Color

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

This div background color is #efa971


#efa971 Border Color

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

This div border color is #efa971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa971


Comments

No comments written yet.

Please login to write comment.