Color Hex Logo

#edc121 Color Hex

#EDC121
(237,193,33)
0 Favorites   0 Comments

Color spaces of #edc121

RGB 23719333
HSL0.130.850.53
HSV47°86°93°
CMYK 0.000.190.86   0.07
XYZ54.269556.25439.4367
Yxy56.25430.45240.4689
Hunter Lab75.0029-2.098545.0423
CIE-Lab79.75832.052176.5924

#edc121 color RGB value is (237,193,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 00100001
Octal 355 301 41
Decimal 237 193 33
Hex ED C1 21

RGB Percentages of Color #edc121

%51.19
%41.68
%7.13

CMYK Percentages of Color #edc121

%0
%19
%86
%7

Triadic Colors of #edc121

#edc121 #21edc1 #c121ed

Analogous Colors of #edc121

#edc121 #b3ed21 #ed5b21

Monochromatic Colors of #edc121

#edc121

Complementary Color

#edc121 #214ded

#edc121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc121 Color CSS Codes

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

#edc121 Text Font Color

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

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


#edc121 Background Color

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

This div background color is #edc121


#edc121 Border Color

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

This div border color is #edc121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc121


Comments

No comments written yet.

Please login to write comment.