Color Hex Logo

#edd840 Color Hex

#EDD840
(237,216,64)
0 Favorites   0 Comments

Color spaces of #edd840

RGB 23721664
HSL0.150.830.59
HSV53°73°93°
CMYK 0.000.090.73   0.07
XYZ60.406367.486414.6929
Yxy67.48640.42360.4733
Hunter Lab82.1501-12.508846.9008
CIE-Lab85.7490-8.689272.8454

#edd840 color RGB value is (237,216,64).

#edd840 hex color red value is 237, green value is 216 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #edd840 hue: 0.15 , saturation: 0.83 and the lightness value of edd840 is 0.59.

The process color (four color CMYK) of #edd840 color hex is 0.00, 0.09, 0.73, 0.07. Web safe color of #edd840 is #ffcc33. Color #edd840 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 01000000
Octal 355 330 100
Decimal 237 216 64
Hex ED D8 40

RGB Percentages of Color #edd840

%45.84
%41.78
%12.38

CMYK Percentages of Color #edd840

%0
%9
%73
%7

Triadic Colors of #edd840

#edd840 #40edd8 #d840ed

Analogous Colors of #edd840

#edd840 #aced40 #ed8240

Monochromatic Colors of #edd840

#edd840

Complementary Color

#edd840 #4055ed

#edd840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd840 Color CSS Codes

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

#edd840 Text Font Color

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

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


#edd840 Background Color

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

This div background color is #edd840


#edd840 Border Color

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

This div border color is #edd840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd840


Comments

No comments written yet.

Please login to write comment.