Color Hex Logo

#edd75e Color Hex

#EDD75E
(237,215,94)
0 Favorites   0 Comments

Color spaces of #edd75e

RGB 23721594
HSL0.140.800.65
HSV51°60°93°
CMYK 0.000.090.60   0.07
XYZ61.245967.413620.3738
Yxy67.41360.41100.4523
Hunter Lab82.1058-10.535042.7618
CIE-Lab85.7124-6.548960.9729

#edd75e color RGB value is (237,215,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 01011110
Octal 355 327 136
Decimal 237 215 94
Hex ED D7 5E

RGB Percentages of Color #edd75e

%43.41
%39.38
%17.22

CMYK Percentages of Color #edd75e

%0
%9
%60
%7

Triadic Colors of #edd75e

#edd75e #5eedd7 #d75eed

Analogous Colors of #edd75e

#edd75e #bced5e #ed905e

Monochromatic Colors of #edd75e

#edd75e

Complementary Color

#edd75e #5e74ed

#edd75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd75e Color CSS Codes

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

#edd75e Text Font Color

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

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


#edd75e Background Color

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

This div background color is #edd75e


#edd75e Border Color

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

This div border color is #edd75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd75e


Comments

No comments written yet.

Please login to write comment.