Color Hex Logo

#e5d097 Color Hex

#E5D097
(229,208,151)
0 Favorites   0 Comments

Color spaces of #e5d097

RGB 229208151
HSL0.120.600.75
HSV44°34°90°
CMYK 0.000.090.34   0.10
XYZ60.454964.004138.4459
Yxy64.00410.37110.3929
Hunter Lab80.0026-5.118827.5095
CIE-Lab83.9679-0.896930.9984

#e5d097 color RGB value is (229,208,151).

#e5d097 hex color red value is 229, green value is 208 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #e5d097 hue: 0.12 , saturation: 0.60 and the lightness value of e5d097 is 0.75.

The process color (four color CMYK) of #e5d097 color hex is 0.00, 0.09, 0.34, 0.10. Web safe color of #e5d097 is #cccc99. Color #e5d097 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11010000 10010111
Octal 345 320 227
Decimal 229 208 151
Hex E5 D0 97

RGB Percentages of Color #e5d097

%38.95
%35.37
%25.68

CMYK Percentages of Color #e5d097

%0
%9
%34
%10

Triadic Colors of #e5d097

#e5d097 #97e5d0 #d097e5

Analogous Colors of #e5d097

#e5d097 #d3e597 #e5a997

Monochromatic Colors of #e5d097

#e5d097

Complementary Color

#e5d097 #97ace5

#e5d097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5d097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5d097 Color CSS Codes

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

#e5d097 Text Font Color

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

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


#e5d097 Background Color

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

This div background color is #e5d097


#e5d097 Border Color

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

This div border color is #e5d097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5d097


Comments

No comments written yet.

Please login to write comment.