Color Hex Logo

#edd110 Color Hex

#EDD110
(237,209,16)
0 Favorites   0 Comments

Color spaces of #edd110

RGB 23720916
HSL0.150.870.50
HSV52°93°93°
CMYK 0.000.120.93   0.07
XYZ57.819063.64299.7271
Yxy63.64290.44070.4851
Hunter Lab79.7765-10.238848.6144
CIE-Lab83.7795-6.427482.6267

#edd110 color RGB value is (237,209,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 00010000
Octal 355 321 20
Decimal 237 209 16
Hex ED D1 10

RGB Percentages of Color #edd110

%51.30
%45.24
%3.46

CMYK Percentages of Color #edd110

%0
%12
%93
%7

Triadic Colors of #edd110

#edd110 #10edd1 #d110ed

Analogous Colors of #edd110

#edd110 #9bed10 #ed6310

Monochromatic Colors of #edd110

#edd110

Complementary Color

#edd110 #102ced

#edd110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd110 Color CSS Codes

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

#edd110 Text Font Color

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

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


#edd110 Background Color

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

This div background color is #edd110


#edd110 Border Color

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

This div border color is #edd110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd110


Comments

No comments written yet.

Please login to write comment.