Color Hex Logo

#e5d475 Color Hex

#E5D475
(229,212,117)
0 Favorites   0 Comments

Color spaces of #e5d475

RGB 229212117
HSL0.140.680.68
HSV51°49°90°
CMYK 0.000.070.49   0.10
XYZ59.067565.029326.2683
Yxy65.02930.39280.4325
Hunter Lab80.6407-10.374137.1351
CIE-Lab84.4988-6.500348.7687

#e5d475 color RGB value is (229,212,117).

#e5d475 hex color red value is 229, green value is 212 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #e5d475 hue: 0.14 , saturation: 0.68 and the lightness value of e5d475 is 0.68.

The process color (four color CMYK) of #e5d475 color hex is 0.00, 0.07, 0.49, 0.10. Web safe color of #e5d475 is #cccc66. Color #e5d475 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11010100 01110101
Octal 345 324 165
Decimal 229 212 117
Hex E5 D4 75

RGB Percentages of Color #e5d475

%41.04
%37.99
%20.97

CMYK Percentages of Color #e5d475

%0
%7
%49
%10

Triadic Colors of #e5d475

#e5d475 #75e5d4 #d475e5

Analogous Colors of #e5d475

#e5d475 #bee575 #e59c75

Monochromatic Colors of #e5d475

#e5d475

Complementary Color

#e5d475 #7586e5

#e5d475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5d475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5d475 Color CSS Codes

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

#e5d475 Text Font Color

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

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


#e5d475 Background Color

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

This div background color is #e5d475


#e5d475 Border Color

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

This div border color is #e5d475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5d475


Comments

No comments written yet.

Please login to write comment.