Color Hex Logo

#efa585 Color Hex

#EFA585
(239,165,133)
0 Favorites   0 Comments

Color spaces of #efa585

RGB 239165133
HSL0.050.770.73
HSV18°44°94°
CMYK 0.000.310.44   0.06
XYZ53.285446.954428.4450
Yxy46.95440.41410.3649
Hunter Lab68.523318.890323.3542
CIE-Lab74.160623.657727.5960

#efa585 color RGB value is (239,165,133).

#efa585 hex color red value is 239, green value is 165 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #efa585 hue: 0.05 , saturation: 0.77 and the lightness value of efa585 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100101 10000101
Octal 357 245 205
Decimal 239 165 133
Hex EF A5 85

RGB Percentages of Color #efa585

%44.51
%30.73
%24.77

CMYK Percentages of Color #efa585

%0
%31
%44
%6

Triadic Colors of #efa585

#efa585 #85efa5 #a585ef

Analogous Colors of #efa585

#efa585 #efda85 #ef859a

Monochromatic Colors of #efa585

#efa585

Complementary Color

#efa585 #85cfef

#efa585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa585 Color CSS Codes

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

#efa585 Text Font Color

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

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


#efa585 Background Color

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

This div background color is #efa585


#efa585 Border Color

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

This div border color is #efa585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa585


Comments

No comments written yet.

Please login to write comment.