Color Hex Logo

#efa271 Color Hex

#EFA271
(239,162,113)
0 Favorites   0 Comments

Color spaces of #efa271

RGB 239162113
HSL0.060.800.69
HSV23°53°94°
CMYK 0.000.320.53   0.06
XYZ51.497645.383621.6685
Yxy45.38360.43440.3828
Hunter Lab67.367418.557828.0867
CIE-Lab73.143823.377236.9293

#efa271 color RGB value is (239,162,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100010 01110001
Octal 357 242 161
Decimal 239 162 113
Hex EF A2 71

RGB Percentages of Color #efa271

%46.50
%31.52
%21.98

CMYK Percentages of Color #efa271

%0
%32
%53
%6

Triadic Colors of #efa271

#efa271 #71efa2 #a271ef

Analogous Colors of #efa271

#efa271 #efe171 #ef717f

Monochromatic Colors of #efa271

#efa271

Complementary Color

#efa271 #71beef

#efa271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa271 Color CSS Codes

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

#efa271 Text Font Color

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

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


#efa271 Background Color

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

This div background color is #efa271


#efa271 Border Color

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

This div border color is #efa271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa271


Comments

No comments written yet.

Please login to write comment.