Color Hex Logo

#edd43e Color Hex

#EDD43E
(237,212,62)
0 Favorites   0 Comments

Color spaces of #edd43e

RGB 23721262
HSL0.140.830.59
HSV51°74°93°
CMYK 0.000.110.74   0.07
XYZ59.338065.439314.0610
Yxy65.43930.42740.4713
Hunter Lab80.8946-10.631746.3205
CIE-Lab84.7096-6.758472.5456

#edd43e color RGB value is (237,212,62).

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

The process color (four color CMYK) of #edd43e color hex is 0.00, 0.11, 0.74, 0.07. Web safe color of #edd43e is #ffcc33. Color #edd43e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 00111110
Octal 355 324 76
Decimal 237 212 62
Hex ED D4 3E

RGB Percentages of Color #edd43e

%46.38
%41.49
%12.13

CMYK Percentages of Color #edd43e

%0
%11
%74
%7

Triadic Colors of #edd43e

#edd43e #3eedd4 #d43eed

Analogous Colors of #edd43e

#edd43e #afed3e #ed7d3e

Monochromatic Colors of #edd43e

#edd43e

Complementary Color

#edd43e #3e57ed

#edd43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd43e Color CSS Codes

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

#edd43e Text Font Color

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

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


#edd43e Background Color

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

This div background color is #edd43e


#edd43e Border Color

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

This div border color is #edd43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd43e


Comments

No comments written yet.

Please login to write comment.