Color Hex Logo

#eed489 Color Hex

#EED489
(238,212,137)
0 Favorites   0 Comments

Color spaces of #eed489

RGB 238212137
HSL0.120.750.74
HSV45°42°93°
CMYK 0.000.110.42   0.07
XYZ63.318767.070333.2755
Yxy67.07030.38690.4098
Hunter Lab81.8965-5.310533.2373
CIE-Lab85.5394-0.985440.3523

#eed489 color RGB value is (238,212,137).

#eed489 hex color red value is 238, green value is 212 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #eed489 hue: 0.12 , saturation: 0.75 and the lightness value of eed489 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010100 10001001
Octal 356 324 211
Decimal 238 212 137
Hex EE D4 89

RGB Percentages of Color #eed489

%40.55
%36.12
%23.34

CMYK Percentages of Color #eed489

%0
%11
%42
%7

Triadic Colors of #eed489

#eed489 #89eed4 #d489ee

Analogous Colors of #eed489

#eed489 #d6ee89 #eea289

Monochromatic Colors of #eed489

#eed489

Complementary Color

#eed489 #89a3ee

#eed489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed489 Color CSS Codes

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

#eed489 Text Font Color

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

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


#eed489 Background Color

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

This div background color is #eed489


#eed489 Border Color

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

This div border color is #eed489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed489


Comments

No comments written yet.

Please login to write comment.