Color Hex Logo

#e5985e Color Hex

#E5985E
(229,152,94)
0 Favorites   0 Comments

Color spaces of #e5985e

RGB 22915294
HSL0.070.720.63
HSV26°59°90°
CMYK 0.000.340.59   0.10
XYZ45.561739.922615.8942
Yxy39.92260.44940.3938
Hunter Lab63.184318.142329.3145
CIE-Lab69.414423.147241.9594

#e5985e color RGB value is (229,152,94).

#e5985e hex color red value is 229, green value is 152 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e5985e hue: 0.07 , saturation: 0.72 and the lightness value of e5985e is 0.63.

The process color (four color CMYK) of #e5985e color hex is 0.00, 0.34, 0.59, 0.10. Web safe color of #e5985e is #cc9966. Color #e5985e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011000 01011110
Octal 345 230 136
Decimal 229 152 94
Hex E5 98 5E

RGB Percentages of Color #e5985e

%48.21
%32.00
%19.79

CMYK Percentages of Color #e5985e

%0
%34
%59
%10

Triadic Colors of #e5985e

#e5985e #5ee598 #985ee5

Analogous Colors of #e5985e

#e5985e #e5dc5e #e55e68

Monochromatic Colors of #e5985e

#e5985e

Complementary Color

#e5985e #5eabe5

#e5985e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5985e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5985e Color CSS Codes

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

#e5985e Text Font Color

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

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


#e5985e Background Color

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

This div background color is #e5985e


#e5985e Border Color

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

This div border color is #e5985e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,152,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5985e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5985e;
  -webkit-box-shadow: 1px 1px 3px 2px #e5985e;
  box-shadow:         1px 1px 3px 2px #e5985e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,152,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5985e


Comments

No comments written yet.

Please login to write comment.