Color Hex Logo

#edd85f Color Hex

#EDD85F
(237,216,95)
0 Favorites   0 Comments

Color spaces of #edd85f

RGB 23721695
HSL0.140.800.65
HSV51°60°93°
CMYK 0.000.090.60   0.07
XYZ61.546567.942520.6968
Yxy67.94250.40980.4524
Hunter Lab82.4272-10.965942.8118
CIE-Lab85.9777-6.987160.8289

#edd85f color RGB value is (237,216,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 01011111
Octal 355 330 137
Decimal 237 216 95
Hex ED D8 5F

RGB Percentages of Color #edd85f

%43.25
%39.42
%17.34

CMYK Percentages of Color #edd85f

%0
%9
%60
%7

Triadic Colors of #edd85f

#edd85f #5fedd8 #d85fed

Analogous Colors of #edd85f

#edd85f #bbed5f #ed915f

Monochromatic Colors of #edd85f

#edd85f

Complementary Color

#edd85f #5f74ed

#edd85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd85f Color CSS Codes

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

#edd85f Text Font Color

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

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


#edd85f Background Color

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

This div background color is #edd85f


#edd85f Border Color

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

This div border color is #edd85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd85f


Comments

No comments written yet.

Please login to write comment.