Color Hex Logo

#efa471 Color Hex

#EFA471
(239,164,113)
0 Favorites   0 Comments

Color spaces of #efa471

RGB 239164113
HSL0.070.800.69
HSV24°53°94°
CMYK 0.000.310.53   0.06
XYZ51.852746.093921.7869
Yxy46.09390.43310.3850
Hunter Lab67.892517.517028.4984
CIE-Lab73.606422.317737.5147

#efa471 color RGB value is (239,164,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100100 01110001
Octal 357 244 161
Decimal 239 164 113
Hex EF A4 71

RGB Percentages of Color #efa471

%46.32
%31.78
%21.90

CMYK Percentages of Color #efa471

%0
%31
%53
%6

Triadic Colors of #efa471

#efa471 #71efa4 #a471ef

Analogous Colors of #efa471

#efa471 #efe371 #ef717d

Monochromatic Colors of #efa471

#efa471

Complementary Color

#efa471 #71bcef

#efa471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa471 Color CSS Codes

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

#efa471 Text Font Color

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

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


#efa471 Background Color

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

This div background color is #efa471


#efa471 Border Color

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

This div border color is #efa471


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa471


Comments

No comments written yet.

Please login to write comment.