color codes Logo

#edc81c color codes

#EDC81C
(237,200,28)
0 Favorites   0 Comments

Color spaces of #edc81c

RGB 23720028
HSL0.140.850.52
HSV49°88°93°
CMYK 0.000.160.88   0.07
XYZ55.788959.39699.6230
Yxy59.39690.44700.4759
Hunter Lab77.0694-5.659046.5455
CIE-Lab81.5093-1.659579.0326

#edc81c color RGB value is (237,200,28).

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

The process color (four color CMYK) of #edc81c color code is 0.00, 0.16, 0.88, 0.07. Web safe color of #edc81c is #ffcc33. Color #edc81c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001000 00011100
Octal 355 310 34
Decimal 237 200 28
Hex ED C8 1C

RGB Percentages of Color #edc81c

%50.97
%43.01
%6.02

CMYK Percentages of Color #edc81c

%0
%16
%88
%7

Triadic Colors of #edc81c

#edc81c #1cedc8 #c81ced

Analogous Colors of #edc81c

#edc81c #aaed1c #ed5f1c

Monochromatic Colors of #edc81c

#edc81c

Complementary Color

#edc81c #1c41ed

#edc81c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc81c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc81c Color CSS Codes

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

#edc81c Text Font Color

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

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


#edc81c Background Color

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

This div background color is #edc81c


#edc81c Border Color

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

This div border color is #edc81c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc81c


Comments

No comments written yet.

Please login to write comment.