Color Hex Logo

#edc122 Color Hex

#EDC122
(237,193,34)
0 Favorites   0 Comments

Color spaces of #edc122

RGB 23719334
HSL0.130.850.53
HSV47°86°93°
CMYK 0.000.190.86   0.07
XYZ54.283756.25999.5116
Yxy56.25990.45220.4686
Hunter Lab75.0066-2.077744.9860
CIE-Lab79.76152.074676.3643

#edc122 color RGB value is (237,193,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 00100010
Octal 355 301 42
Decimal 237 193 34
Hex ED C1 22

RGB Percentages of Color #edc122

%51.08
%41.59
%7.33

CMYK Percentages of Color #edc122

%0
%19
%86
%7

Triadic Colors of #edc122

#edc122 #22edc1 #c122ed

Analogous Colors of #edc122

#edc122 #b4ed22 #ed5c22

Monochromatic Colors of #edc122

#edc122

Complementary Color

#edc122 #224eed

#edc122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc122 Color CSS Codes

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

#edc122 Text Font Color

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

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


#edc122 Background Color

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

This div background color is #edc122


#edc122 Border Color

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

This div border color is #edc122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc122


Comments

No comments written yet.

Please login to write comment.