Color Hex Logo

#e0d985 Color Hex

#E0D985
(224,217,133)
0 Favorites   0 Comments

Color spaces of #e0d985

RGB 224217133
HSL0.150.590.70
HSV55°41°88°
CMYK 0.000.030.41   0.12
XYZ59.787067.166532.0036
Yxy67.16650.37610.4225
Hunter Lab81.9552-13.204334.2158
CIE-Lab85.5880-9.469342.1747

#e0d985 color RGB value is (224,217,133).

#e0d985 hex color red value is 224, green value is 217 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #e0d985 hue: 0.15 , saturation: 0.59 and the lightness value of e0d985 is 0.70.

The process color (four color CMYK) of #e0d985 color hex is 0.00, 0.03, 0.41, 0.12. Web safe color of #e0d985 is #cccc99. Color #e0d985 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011001 10000101
Octal 340 331 205
Decimal 224 217 133
Hex E0 D9 85

RGB Percentages of Color #e0d985

%39.02
%37.80
%23.17

CMYK Percentages of Color #e0d985

%0
%3
%41
%12

Triadic Colors of #e0d985

#e0d985 #85e0d9 #d985e0

Analogous Colors of #e0d985

#e0d985 #bae085 #e0ac85

Monochromatic Colors of #e0d985

#e0d985

Complementary Color

#e0d985 #858ce0

#e0d985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0d985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0d985 Color CSS Codes

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

#e0d985 Text Font Color

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

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


#e0d985 Background Color

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

This div background color is #e0d985


#e0d985 Border Color

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

This div border color is #e0d985


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,217,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 #e0d985">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0d985


Comments

No comments written yet.

Please login to write comment.