Color Hex Logo

#edd510 Color Hex

#EDD510
(237,213,16)
0 Favorites   0 Comments

Color spaces of #edd510

RGB 23721316
HSL0.150.870.50
HSV53°93°93°
CMYK 0.000.100.93   0.07
XYZ58.812865.630410.0584
Yxy65.63040.43730.4880
Hunter Lab81.0126-12.186249.3475
CIE-Lab84.8075-8.445183.3954

#edd510 color RGB value is (237,213,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010101 00010000
Octal 355 325 20
Decimal 237 213 16
Hex ED D5 10

RGB Percentages of Color #edd510

%50.86
%45.71
%3.43

CMYK Percentages of Color #edd510

%0
%10
%93
%7

Triadic Colors of #edd510

#edd510 #10edd5 #d510ed

Analogous Colors of #edd510

#edd510 #97ed10 #ed6710

Monochromatic Colors of #edd510

#edd510

Complementary Color

#edd510 #1028ed

#edd510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd510 Color CSS Codes

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

#edd510 Text Font Color

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

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


#edd510 Background Color

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

This div background color is #edd510


#edd510 Border Color

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

This div border color is #edd510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd510


Comments

No comments written yet.

Please login to write comment.