Color Hex Logo

#edd64e Color Hex

#EDD64E
(237,214,78)
0 Favorites   0 Comments

Color spaces of #edd64e

RGB 23721478
HSL0.140.820.62
HSV51°67°93°
CMYK 0.000.100.67   0.07
XYZ60.346866.647716.8914
Yxy66.64770.41940.4632
Hunter Lab81.6380-10.919544.8792
CIE-Lab85.3257-7.006067.2350

#edd64e color RGB value is (237,214,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010110 01001110
Octal 355 326 116
Decimal 237 214 78
Hex ED D6 4E

RGB Percentages of Color #edd64e

%44.80
%40.45
%14.74

CMYK Percentages of Color #edd64e

%0
%10
%67
%7

Triadic Colors of #edd64e

#edd64e #4eedd6 #d64eed

Analogous Colors of #edd64e

#edd64e #b5ed4e #ed874e

Monochromatic Colors of #edd64e

#edd64e

Complementary Color

#edd64e #4e65ed

#edd64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd64e Color CSS Codes

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

#edd64e Text Font Color

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

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


#edd64e Background Color

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

This div background color is #edd64e


#edd64e Border Color

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

This div border color is #edd64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd64e


Comments

No comments written yet.

Please login to write comment.