Color Hex Logo

#efa371 Color Hex

#EFA371
(239,163,113)
0 Favorites   0 Comments

Color spaces of #efa371

RGB 239163113
HSL0.070.800.69
HSV24°53°94°
CMYK 0.000.320.53   0.06
XYZ51.674445.737421.7274
Yxy45.73740.43370.3839
Hunter Lab67.629418.037028.2924
CIE-Lab73.374822.847237.2219

#efa371 color RGB value is (239,163,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100011 01110001
Octal 357 243 161
Decimal 239 163 113
Hex EF A3 71

RGB Percentages of Color #efa371

%46.41
%31.65
%21.94

CMYK Percentages of Color #efa371

%0
%32
%53
%6

Triadic Colors of #efa371

#efa371 #71efa3 #a371ef

Analogous Colors of #efa371

#efa371 #efe271 #ef717e

Monochromatic Colors of #efa371

#efa371

Complementary Color

#efa371 #71bdef

#efa371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa371 Color CSS Codes

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

#efa371 Text Font Color

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

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


#efa371 Background Color

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

This div background color is #efa371


#efa371 Border Color

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

This div border color is #efa371


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa371

#efa371 Color Palettes


Comments

No comments written yet.

Please login to write comment.