Color Hex Logo

#edc910 Color Hex

#EDC910
(237,201,16)
0 Favorites   0 Comments

Color spaces of #edc910

RGB 23720116
HSL0.140.870.50
HSV50°93°93°
CMYK 0.000.150.93   0.07
XYZ55.905259.81529.0892
Yxy59.81520.44790.4793
Hunter Lab77.3403-6.317347.1703
CIE-Lab81.7376-2.353181.1050

#edc910 color RGB value is (237,201,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 00010000
Octal 355 311 20
Decimal 237 201 16
Hex ED C9 10

RGB Percentages of Color #edc910

%52.20
%44.27
%3.52

CMYK Percentages of Color #edc910

%0
%15
%93
%7

Triadic Colors of #edc910

#edc910 #10edc9 #c910ed

Analogous Colors of #edc910

#edc910 #a3ed10 #ed5b10

Monochromatic Colors of #edc910

#edc910

Complementary Color

#edc910 #1034ed

#edc910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc910 Color CSS Codes

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

#edc910 Text Font Color

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

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


#edc910 Background Color

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

This div background color is #edc910


#edc910 Border Color

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

This div border color is #edc910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc910


Comments

No comments written yet.

Please login to write comment.