Color Hex Logo

#eed585 Color Hex

#EED585
(238,213,133)
0 Favorites   0 Comments

Color spaces of #eed585

RGB 238213133
HSL0.130.760.73
HSV46°44°93°
CMYK 0.000.110.44   0.07
XYZ63.287867.459131.8756
Yxy67.45910.38920.4148
Hunter Lab82.1335-6.190834.4833
CIE-Lab85.7353-1.900542.6062

#eed585 color RGB value is (238,213,133).

#eed585 hex color red value is 238, green value is 213 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #eed585 hue: 0.13 , saturation: 0.76 and the lightness value of eed585 is 0.73.

The process color (four color CMYK) of #eed585 color hex is 0.00, 0.11, 0.44, 0.07. Web safe color of #eed585 is #ffcc99. Color #eed585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010101 10000101
Octal 356 325 205
Decimal 238 213 133
Hex EE D5 85

RGB Percentages of Color #eed585

%40.75
%36.47
%22.77

CMYK Percentages of Color #eed585

%0
%11
%44
%7

Triadic Colors of #eed585

#eed585 #85eed5 #d585ee

Analogous Colors of #eed585

#eed585 #d3ee85 #eea185

Monochromatic Colors of #eed585

#eed585

Complementary Color

#eed585 #859eee

#eed585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed585 Color CSS Codes

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

#eed585 Text Font Color

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

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


#eed585 Background Color

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

This div background color is #eed585


#eed585 Border Color

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

This div border color is #eed585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed585


Comments

No comments written yet.

Please login to write comment.