Color Hex Logo

#e5996f Color Hex

#E5996F
(229,153,111)
0 Favorites   0 Comments

Color spaces of #e5996f

RGB 229153111
HSL0.060.690.67
HSV21°52°90°
CMYK 0.000.330.52   0.10
XYZ46.573640.588220.4185
Yxy40.58820.43290.3773
Hunter Lab63.708918.999825.5939
CIE-Lab69.886423.988233.6031

#e5996f color RGB value is (229,153,111).

#e5996f hex color red value is 229, green value is 153 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e5996f hue: 0.06 , saturation: 0.69 and the lightness value of e5996f is 0.67.

The process color (four color CMYK) of #e5996f color hex is 0.00, 0.33, 0.52, 0.10. Web safe color of #e5996f is #cc9966. Color #e5996f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011001 01101111
Octal 345 231 157
Decimal 229 153 111
Hex E5 99 6F

RGB Percentages of Color #e5996f

%46.45
%31.03
%22.52

CMYK Percentages of Color #e5996f

%0
%33
%52
%10

Triadic Colors of #e5996f

#e5996f #6fe599 #996fe5

Analogous Colors of #e5996f

#e5996f #e5d46f #e56f80

Monochromatic Colors of #e5996f

#e5996f

Complementary Color

#e5996f #6fbbe5

#e5996f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5996f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5996f Color CSS Codes

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

#e5996f Text Font Color

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

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


#e5996f Background Color

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

This div background color is #e5996f


#e5996f Border Color

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

This div border color is #e5996f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5996f


Comments

No comments written yet.

Please login to write comment.