Color Hex Logo

#edd811 Color Hex

#EDD811
(237,216,17)
0 Favorites   0 Comments

Color spaces of #edd811

RGB 23721617
HSL0.150.870.50
HSV54°93°93°
CMYK 0.000.090.93   0.07
XYZ59.582167.156710.3525
Yxy67.15670.43460.4899
Hunter Lab81.9492-13.630649.8744
CIE-Lab85.5830-9.937983.8598

#edd811 color RGB value is (237,216,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 00010001
Octal 355 330 21
Decimal 237 216 17
Hex ED D8 11

RGB Percentages of Color #edd811

%50.43
%45.96
%3.62

CMYK Percentages of Color #edd811

%0
%9
%93
%7

Triadic Colors of #edd811

#edd811 #11edd8 #d811ed

Analogous Colors of #edd811

#edd811 #94ed11 #ed6a11

Monochromatic Colors of #edd811

#edd811

Complementary Color

#edd811 #1126ed

#edd811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd811 Color CSS Codes

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

#edd811 Text Font Color

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

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


#edd811 Background Color

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

This div background color is #edd811


#edd811 Border Color

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

This div border color is #edd811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd811


Comments

No comments written yet.

Please login to write comment.