Color Hex Logo

#edd65e Color Hex

#EDD65E
(237,214,94)
0 Favorites   0 Comments

Color spaces of #edd65e

RGB 23721494
HSL0.140.800.65
HSV50°60°93°
CMYK 0.000.100.60   0.07
XYZ60.992066.905820.2892
Yxy66.90580.41160.4515
Hunter Lab81.7960-10.042642.5505
CIE-Lab85.4564-6.042960.6900

#edd65e color RGB value is (237,214,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010110 01011110
Octal 355 326 136
Decimal 237 214 94
Hex ED D6 5E

RGB Percentages of Color #edd65e

%43.49
%39.27
%17.25

CMYK Percentages of Color #edd65e

%0
%10
%60
%7

Triadic Colors of #edd65e

#edd65e #5eedd6 #d65eed

Analogous Colors of #edd65e

#edd65e #bded5e #ed8f5e

Monochromatic Colors of #edd65e

#edd65e

Complementary Color

#edd65e #5e75ed

#edd65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd65e Color CSS Codes

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

#edd65e Text Font Color

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

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


#edd65e Background Color

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

This div background color is #edd65e


#edd65e Border Color

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

This div border color is #edd65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd65e


Comments

No comments written yet.

Please login to write comment.