Color Hex Logo

#edd420 Color Hex

#EDD420
(237,212,32)
0 Favorites   0 Comments

Color spaces of #edd420

RGB 23721232
HSL0.150.850.53
HSV53°86°93°
CMYK 0.000.110.86   0.07
XYZ58.729265.195810.8552
Yxy65.19580.43570.4837
Hunter Lab80.7439-11.469648.5498
CIE-Lab84.5845-7.685880.6840

#edd420 color RGB value is (237,212,32).

#edd420 hex color red value is 237, green value is 212 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #edd420 hue: 0.15 , saturation: 0.85 and the lightness value of edd420 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010100 00100000
Octal 355 324 40
Decimal 237 212 32
Hex ED D4 20

RGB Percentages of Color #edd420

%49.27
%44.07
%6.65

CMYK Percentages of Color #edd420

%0
%11
%86
%7

Triadic Colors of #edd420

#edd420 #20edd4 #d420ed

Analogous Colors of #edd420

#edd420 #a0ed20 #ed6e20

Monochromatic Colors of #edd420

#edd420

Complementary Color

#edd420 #2039ed

#edd420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd420 Color CSS Codes

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

#edd420 Text Font Color

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

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


#edd420 Background Color

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

This div background color is #edd420


#edd420 Border Color

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

This div border color is #edd420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd420


Comments

No comments written yet.

Please login to write comment.