Color Hex Logo

#ede721 Color Hex

#EDE721
(237,231,33)
0 Favorites   0 Comments

Color spaces of #ede721

RGB 23723133
HSL0.160.850.53
HSV58°86°93°
CMYK 0.000.030.86   0.07
XYZ63.775575.266212.6053
Yxy75.26620.42060.4963
Hunter Lab86.7561-20.605652.1147
CIE-Lab89.5175-17.084884.4515

#ede721 color RGB value is (237,231,33).

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

The process color (four color CMYK) of #ede721 color hex is 0.00, 0.03, 0.86, 0.07. Web safe color of #ede721 is #ffff33. Color #ede721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100111 00100001
Octal 355 347 41
Decimal 237 231 33
Hex ED E7 21

RGB Percentages of Color #ede721

%47.31
%46.11
%6.59

CMYK Percentages of Color #ede721

%0
%3
%86
%7

Triadic Colors of #ede721

#ede721 #21ede7 #e721ed

Analogous Colors of #ede721

#ede721 #8ded21 #ed8121

Monochromatic Colors of #ede721

#ede721

Complementary Color

#ede721 #2127ed

#ede721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede721 Color CSS Codes

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

#ede721 Text Font Color

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

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


#ede721 Background Color

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

This div background color is #ede721


#ede721 Border Color

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

This div border color is #ede721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede721


Comments

No comments written yet.

Please login to write comment.