Color Hex Logo

#edd85e Color Hex

#EDD85E
(237,216,94)
0 Favorites   0 Comments

Color spaces of #edd85e

RGB 23721694
HSL0.140.800.65
HSV51°60°93°
CMYK 0.000.090.60   0.07
XYZ61.501367.924420.4589
Yxy67.92440.41030.4532
Hunter Lab82.4163-11.026842.9733
CIE-Lab85.9686-7.054061.2556

#edd85e color RGB value is (237,216,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 01011110
Octal 355 330 136
Decimal 237 216 94
Hex ED D8 5E

RGB Percentages of Color #edd85e

%43.33
%39.49
%17.18

CMYK Percentages of Color #edd85e

%0
%9
%60
%7

Triadic Colors of #edd85e

#edd85e #5eedd8 #d85eed

Analogous Colors of #edd85e

#edd85e #bbed5e #ed915e

Monochromatic Colors of #edd85e

#edd85e

Complementary Color

#edd85e #5e73ed

#edd85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd85e Color CSS Codes

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

#edd85e Text Font Color

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

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


#edd85e Background Color

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

This div background color is #edd85e


#edd85e Border Color

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

This div border color is #edd85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd85e


Comments

No comments written yet.

Please login to write comment.