Color Hex Logo

#edc583 Color Hex

#EDC583
(237,197,131)
0 Favorites   0 Comments

Color spaces of #edc583

RGB 237197131
HSL0.100.750.72
HSV37°45°93°
CMYK 0.000.170.45   0.07
XYZ58.988059.575729.8630
Yxy59.57570.39740.4014
Hunter Lab77.18531.342431.0904
CIE-Lab81.60705.773038.3445

#edc583 color RGB value is (237,197,131).

#edc583 hex color red value is 237, green value is 197 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #edc583 hue: 0.10 , saturation: 0.75 and the lightness value of edc583 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 10000011
Octal 355 305 203
Decimal 237 197 131
Hex ED C5 83

RGB Percentages of Color #edc583

%41.95
%34.87
%23.19

CMYK Percentages of Color #edc583

%0
%17
%45
%7

Triadic Colors of #edc583

#edc583 #83edc5 #c583ed

Analogous Colors of #edc583

#edc583 #e0ed83 #ed9083

Monochromatic Colors of #edc583

#edc583

Complementary Color

#edc583 #83abed

#edc583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc583 Color CSS Codes

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

#edc583 Text Font Color

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

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


#edc583 Background Color

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

This div background color is #edc583


#edc583 Border Color

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

This div border color is #edc583


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,197,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc583


Comments

No comments written yet.

Please login to write comment.