Color Hex Logo

#edc610 Color Hex

#EDC610
(237,198,16)
0 Favorites   0 Comments

Color spaces of #edc610

RGB 23719816
HSL0.140.870.50
HSV49°93°93°
CMYK 0.000.160.93   0.07
XYZ55.212758.43018.8583
Yxy58.43010.45070.4770
Hunter Lab76.4396-4.837846.6368
CIE-Lab80.9773-0.812980.5407

#edc610 color RGB value is (237,198,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 00010000
Octal 355 306 20
Decimal 237 198 16
Hex ED C6 10

RGB Percentages of Color #edc610

%52.55
%43.90
%3.55

CMYK Percentages of Color #edc610

%0
%16
%93
%7

Triadic Colors of #edc610

#edc610 #10edc6 #c610ed

Analogous Colors of #edc610

#edc610 #a6ed10 #ed5810

Monochromatic Colors of #edc610

#edc610

Complementary Color

#edc610 #1037ed

#edc610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc610 Color CSS Codes

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

#edc610 Text Font Color

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

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


#edc610 Background Color

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

This div background color is #edc610


#edc610 Border Color

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

This div border color is #edc610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc610


Comments

No comments written yet.

Please login to write comment.