Color Hex Logo

#edd721 Color Hex

#EDD721
(237,215,33)
1 Favorites   0 Comments

Color spaces of #edd721

RGB 23721533
HSL0.150.850.53
HSV54°86°93°
CMYK 0.000.090.86   0.07
XYZ59.500066.715211.1802
Yxy66.71520.43310.4856
Hunter Lab81.6794-12.909149.0600
CIE-Lab85.3599-9.173081.1044

#edd721 color RGB value is (237,215,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 00100001
Octal 355 327 41
Decimal 237 215 33
Hex ED D7 21

RGB Percentages of Color #edd721

%48.87
%44.33
%6.80

CMYK Percentages of Color #edd721

%0
%9
%86
%7

Triadic Colors of #edd721

#edd721 #21edd7 #d721ed

Analogous Colors of #edd721

#edd721 #9ded21 #ed7121

Monochromatic Colors of #edd721

#edd721

Complementary Color

#edd721 #2137ed

#edd721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd721 Color CSS Codes

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

#edd721 Text Font Color

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

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


#edd721 Background Color

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

This div background color is #edd721


#edd721 Border Color

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

This div border color is #edd721


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,215,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 #edd721">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd721


Comments

No comments written yet.

Please login to write comment.