Color Hex Logo

#edd821 Color Hex

#EDD821
(237,216,33)
0 Favorites   0 Comments

Color spaces of #edd821

RGB 23721633
HSL0.150.850.53
HSV54°86°93°
CMYK 0.000.090.86   0.07
XYZ59.755467.226111.2653
Yxy67.22610.43220.4863
Hunter Lab81.9915-13.394449.2479
CIE-Lab85.6180-9.674281.3124

#edd821 color RGB value is (237,216,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 00100001
Octal 355 330 41
Decimal 237 216 33
Hex ED D8 21

RGB Percentages of Color #edd821

%48.77
%44.44
%6.79

CMYK Percentages of Color #edd821

%0
%9
%86
%7

Triadic Colors of #edd821

#edd821 #21edd8 #d821ed

Analogous Colors of #edd821

#edd821 #9ced21 #ed7221

Monochromatic Colors of #edd821

#edd821

Complementary Color

#edd821 #2136ed

#edd821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd821 Color CSS Codes

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

#edd821 Text Font Color

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

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


#edd821 Background Color

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

This div background color is #edd821


#edd821 Border Color

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

This div border color is #edd821


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd821


Comments

No comments written yet.

Please login to write comment.