Color Hex Logo

#edd85d Color Hex

#EDD85D
(237,216,93)
0 Favorites   0 Comments

Color spaces of #edd85d

RGB 23721693
HSL0.140.800.65
HSV51°61°93°
CMYK 0.000.090.61   0.07
XYZ61.456767.906620.2241
Yxy67.90660.41080.4540
Hunter Lab82.4055-11.087143.1328
CIE-Lab85.9597-7.120161.6802

#edd85d color RGB value is (237,216,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 01011101
Octal 355 330 135
Decimal 237 216 93
Hex ED D8 5D

RGB Percentages of Color #edd85d

%43.41
%39.56
%17.03

CMYK Percentages of Color #edd85d

%0
%9
%61
%7

Triadic Colors of #edd85d

#edd85d #5dedd8 #d85ded

Analogous Colors of #edd85d

#edd85d #baed5d #ed905d

Monochromatic Colors of #edd85d

#edd85d

Complementary Color

#edd85d #5d72ed

#edd85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd85d Color CSS Codes

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

#edd85d Text Font Color

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

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


#edd85d Background Color

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

This div background color is #edd85d


#edd85d Border Color

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

This div border color is #edd85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd85d


Comments

No comments written yet.

Please login to write comment.