Color Hex Logo

#edd15e Color Hex

#EDD15E
(237,209,94)
0 Favorites   0 Comments

Color spaces of #edd15e

RGB 23720994
HSL0.130.800.65
HSV48°60°93°
CMYK 0.000.120.60   0.07
XYZ59.745964.413619.8738
Yxy64.41360.41480.4472
Hunter Lab80.2581-7.572341.4991
CIE-Lab84.1807-3.501559.2755

#edd15e color RGB value is (237,209,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 01011110
Octal 355 321 136
Decimal 237 209 94
Hex ED D1 5E

RGB Percentages of Color #edd15e

%43.89
%38.70
%17.41

CMYK Percentages of Color #edd15e

%0
%12
%60
%7

Triadic Colors of #edd15e

#edd15e #5eedd1 #d15eed

Analogous Colors of #edd15e

#edd15e #c2ed5e #ed8a5e

Monochromatic Colors of #edd15e

#edd15e

Complementary Color

#edd15e #5e7aed

#edd15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd15e Color CSS Codes

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

#edd15e Text Font Color

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

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


#edd15e Background Color

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

This div background color is #edd15e


#edd15e Border Color

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

This div border color is #edd15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd15e


Comments

No comments written yet.

Please login to write comment.