Color Hex Logo

#edc510 Color Hex

#EDC510
(237,197,16)
0 Favorites   0 Comments

Color spaces of #edc510

RGB 23719716
HSL0.140.870.50
HSV49°93°93°
CMYK 0.000.170.93   0.07
XYZ54.984857.97448.7824
Yxy57.97440.45170.4762
Hunter Lab76.1409-4.343746.4599
CIE-Lab80.7246-0.298180.3531

#edc510 color RGB value is (237,197,16).

#edc510 hex color red value is 237, green value is 197 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #edc510 hue: 0.14 , saturation: 0.87 and the lightness value of edc510 is 0.50.

The process color (four color CMYK) of #edc510 color hex is 0.00, 0.17, 0.93, 0.07. Web safe color of #edc510 is #ffcc00. Color #edc510 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000101 00010000
Octal 355 305 20
Decimal 237 197 16
Hex ED C5 10

RGB Percentages of Color #edc510

%52.67
%43.78
%3.56

CMYK Percentages of Color #edc510

%0
%17
%93
%7

Triadic Colors of #edc510

#edc510 #10edc5 #c510ed

Analogous Colors of #edc510

#edc510 #a7ed10 #ed5710

Monochromatic Colors of #edc510

#edc510

Complementary Color

#edc510 #1038ed

#edc510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc510 Color CSS Codes

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

#edc510 Text Font Color

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

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


#edc510 Background Color

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

This div background color is #edc510


#edc510 Border Color

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

This div border color is #edc510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc510


Comments

No comments written yet.

Please login to write comment.