Color Hex Logo

#edc489 Color Hex

#EDC489
(237,196,137)
0 Favorites   0 Comments

Color spaces of #edc489

RGB 237196137
HSL0.100.740.73
HSV35°42°93°
CMYK 0.000.170.42   0.07
XYZ59.180359.290531.9920
Yxy59.29050.39330.3941
Hunter Lab77.00032.439529.2665
CIE-Lab81.45106.908335.0581

#edc489 color RGB value is (237,196,137).

#edc489 hex color red value is 237, green value is 196 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #edc489 hue: 0.10 , saturation: 0.74 and the lightness value of edc489 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 10001001
Octal 355 304 211
Decimal 237 196 137
Hex ED C4 89

RGB Percentages of Color #edc489

%41.58
%34.39
%24.04

CMYK Percentages of Color #edc489

%0
%17
%42
%7

Triadic Colors of #edc489

#edc489 #89edc4 #c489ed

Analogous Colors of #edc489

#edc489 #e4ed89 #ed9289

Monochromatic Colors of #edc489

#edc489

Complementary Color

#edc489 #89b2ed

#edc489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc489 Color CSS Codes

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

#edc489 Text Font Color

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

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


#edc489 Background Color

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

This div background color is #edc489


#edc489 Border Color

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

This div border color is #edc489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc489


Comments

No comments written yet.

Please login to write comment.