Color Hex Logo

#edc85e Color Hex

#EDC85E
(237,200,94)
0 Favorites   0 Comments

Color spaces of #edc85e

RGB 23720094
HSL0.120.800.65
HSV44°60°93°
CMYK 0.000.160.60   0.07
XYZ57.599760.121219.1584
Yxy60.12120.42080.4392
Hunter Lab77.5379-3.090939.6269
CIE-Lab81.90401.120356.7282

#edc85e color RGB value is (237,200,94).

#edc85e hex color red value is 237, green value is 200 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #edc85e hue: 0.12 , saturation: 0.80 and the lightness value of edc85e is 0.65.

The process color (four color CMYK) of #edc85e color hex is 0.00, 0.16, 0.60, 0.07. Web safe color of #edc85e is #ffcc66. Color #edc85e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001000 01011110
Octal 355 310 136
Decimal 237 200 94
Hex ED C8 5E

RGB Percentages of Color #edc85e

%44.63
%37.66
%17.70

CMYK Percentages of Color #edc85e

%0
%16
%60
%7

Triadic Colors of #edc85e

#edc85e #5eedc8 #c85eed

Analogous Colors of #edc85e

#edc85e #cbed5e #ed815e

Monochromatic Colors of #edc85e

#edc85e

Complementary Color

#edc85e #5e83ed

#edc85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc85e Color CSS Codes

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

#edc85e Text Font Color

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

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


#edc85e Background Color

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

This div background color is #edc85e


#edc85e Border Color

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

This div border color is #edc85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc85e


Comments

No comments written yet.

Please login to write comment.