Color Hex Logo

#edc215 Color Hex

#EDC215
(237,194,21)
0 Favorites   0 Comments

Color spaces of #edc215

RGB 23719421
HSL0.130.860.51
HSV48°91°93°
CMYK 0.000.180.91   0.07
XYZ54.352256.64228.7778
Yxy56.64220.45380.4729
Hunter Lab75.2610-2.797245.7676
CIE-Lab79.97791.316279.0809

#edc215 color RGB value is (237,194,21).

#edc215 hex color red value is 237, green value is 194 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #edc215 hue: 0.13 , saturation: 0.86 and the lightness value of edc215 is 0.51.

The process color (four color CMYK) of #edc215 color hex is 0.00, 0.18, 0.91, 0.07. Web safe color of #edc215 is #ffcc00. Color #edc215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000010 00010101
Octal 355 302 25
Decimal 237 194 21
Hex ED C2 15

RGB Percentages of Color #edc215

%52.43
%42.92
%4.65

CMYK Percentages of Color #edc215

%0
%18
%91
%7

Triadic Colors of #edc215

#edc215 #15edc2 #c215ed

Analogous Colors of #edc215

#edc215 #aced15 #ed5615

Monochromatic Colors of #edc215

#edc215

Complementary Color

#edc215 #1540ed

#edc215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc215 Color CSS Codes

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

#edc215 Text Font Color

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

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


#edc215 Background Color

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

This div background color is #edc215


#edc215 Border Color

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

This div border color is #edc215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc215


Comments

No comments written yet.

Please login to write comment.