Color Hex Logo

#edc11c Color Hex

#EDC11C
(237,193,28)
0 Favorites   0 Comments

Color spaces of #edc11c

RGB 23719328
HSL0.130.850.52
HSV47°88°93°
CMYK 0.000.190.88   0.07
XYZ54.204656.22839.0949
Yxy56.22830.45350.4704
Hunter Lab74.9855-2.192845.2987
CIE-Lab79.74361.950377.6487

#edc11c color RGB value is (237,193,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 00011100
Octal 355 301 34
Decimal 237 193 28
Hex ED C1 1C

RGB Percentages of Color #edc11c

%51.75
%42.14
%6.11

CMYK Percentages of Color #edc11c

%0
%19
%88
%7

Triadic Colors of #edc11c

#edc11c #1cedc1 #c11ced

Analogous Colors of #edc11c

#edc11c #b1ed1c #ed591c

Monochromatic Colors of #edc11c

#edc11c

Complementary Color

#edc11c #1c48ed

#edc11c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc11c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc11c Color CSS Codes

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

#edc11c Text Font Color

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

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


#edc11c Background Color

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

This div background color is #edc11c


#edc11c Border Color

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

This div border color is #edc11c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc11c


Comments

No comments written yet.

Please login to write comment.