Color Hex Logo

#edd45e Color Hex

#EDD45E
(237,212,94)
0 Favorites   0 Comments

Color spaces of #edd45e

RGB 23721294
HSL0.140.800.65
HSV50°60°93°
CMYK 0.000.110.60   0.07
XYZ60.488965.899620.1215
Yxy65.89960.41290.4498
Hunter Lab81.1786-9.056142.1290
CIE-Lab84.9452-5.028760.1243

#edd45e color RGB value is (237,212,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 01011110
Octal 355 324 136
Decimal 237 212 94
Hex ED D4 5E

RGB Percentages of Color #edd45e

%43.65
%39.04
%17.31

CMYK Percentages of Color #edd45e

%0
%11
%60
%7

Triadic Colors of #edd45e

#edd45e #5eedd4 #d45eed

Analogous Colors of #edd45e

#edd45e #bfed5e #ed8d5e

Monochromatic Colors of #edd45e

#edd45e

Complementary Color

#edd45e #5e77ed

#edd45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd45e Color CSS Codes

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

#edd45e Text Font Color

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

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


#edd45e Background Color

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

This div background color is #edd45e


#edd45e Border Color

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

This div border color is #edd45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd45e


Comments

No comments written yet.

Please login to write comment.