Color Hex Logo

#eed485 Color Hex

#EED485
(238,212,133)
0 Favorites   0 Comments

Color spaces of #eed485

RGB 238212133
HSL0.130.760.73
HSV45°44°93°
CMYK 0.000.110.44   0.07
XYZ63.037066.957631.7920
Yxy66.95760.38960.4139
Hunter Lab81.8276-5.688534.2437
CIE-Lab85.4825-1.388742.2867

#eed485 color RGB value is (238,212,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010100 10000101
Octal 356 324 205
Decimal 238 212 133
Hex EE D4 85

RGB Percentages of Color #eed485

%40.82
%36.36
%22.81

CMYK Percentages of Color #eed485

%0
%11
%44
%7

Triadic Colors of #eed485

#eed485 #85eed4 #d485ee

Analogous Colors of #eed485

#eed485 #d4ee85 #eea085

Monochromatic Colors of #eed485

#eed485

Complementary Color

#eed485 #859fee

#eed485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed485 Color CSS Codes

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

#eed485 Text Font Color

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

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


#eed485 Background Color

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

This div background color is #eed485


#eed485 Border Color

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

This div border color is #eed485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed485


Comments

No comments written yet.

Please login to write comment.