Color Hex Logo

#edc584 Color Hex

#EDC584
(237,197,132)
0 Favorites   0 Comments

Color spaces of #edc584

RGB 237197132
HSL0.100.740.72
HSV37°44°93°
CMYK 0.000.170.44   0.07
XYZ59.056259.603030.2217
Yxy59.60300.39670.4003
Hunter Lab77.20301.437930.8326
CIE-Lab81.62195.873037.8520

#edc584 color RGB value is (237,197,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 10000100
Octal 355 305 204
Decimal 237 197 132
Hex ED C5 84

RGB Percentages of Color #edc584

%41.87
%34.81
%23.32

CMYK Percentages of Color #edc584

%0
%17
%44
%7

Triadic Colors of #edc584

#edc584 #84edc5 #c584ed

Analogous Colors of #edc584

#edc584 #e1ed84 #ed9184

Monochromatic Colors of #edc584

#edc584

Complementary Color

#edc584 #84aced

#edc584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc584 Color CSS Codes

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

#edc584 Text Font Color

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

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


#edc584 Background Color

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

This div background color is #edc584


#edc584 Border Color

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

This div border color is #edc584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc584


Comments

No comments written yet.

Please login to write comment.