Color Hex Logo

#efa580 Color Hex

#EFA580
(239,165,128)
0 Favorites   0 Comments

Color spaces of #efa580

RGB 239165128
HSL0.060.780.72
HSV20°46°94°
CMYK 0.000.310.46   0.06
XYZ52.948046.819526.6685
Yxy46.81950.41880.3703
Hunter Lab68.424818.382324.7891
CIE-Lab74.074223.158230.1660

#efa580 color RGB value is (239,165,128).

#efa580 hex color red value is 239, green value is 165 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #efa580 hue: 0.06 , saturation: 0.78 and the lightness value of efa580 is 0.72.

The process color (four color CMYK) of #efa580 color hex is 0.00, 0.31, 0.46, 0.06. Web safe color of #efa580 is #ff9999. Color #efa580 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 10000000
Octal 357 245 200
Decimal 239 165 128
Hex EF A5 80

RGB Percentages of Color #efa580

%44.92
%31.02
%24.06

CMYK Percentages of Color #efa580

%0
%31
%46
%6

Triadic Colors of #efa580

#efa580 #80efa5 #a580ef

Analogous Colors of #efa580

#efa580 #efdd80 #ef8093

Monochromatic Colors of #efa580

#efa580

Complementary Color

#efa580 #80caef

#efa580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa580 Color CSS Codes

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

#efa580 Text Font Color

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

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


#efa580 Background Color

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

This div background color is #efa580


#efa580 Border Color

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

This div border color is #efa580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa580


Comments

No comments written yet.

Please login to write comment.