Color Hex Logo

#edd617 Color Hex

#EDD617
(237,214,23)
0 Favorites   0 Comments

Color spaces of #edd617

RGB 23721423
HSL0.150.860.51
HSV54°90°93°
CMYK 0.000.100.90   0.07
XYZ59.126366.159510.4644
Yxy66.15950.43560.4874
Hunter Lab81.3385-12.587749.3091
CIE-Lab85.0777-8.853982.6608

#edd617 color RGB value is (237,214,23).

#edd617 hex color red value is 237, green value is 214 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #edd617 hue: 0.15 , saturation: 0.86 and the lightness value of edd617 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010110 00010111
Octal 355 326 27
Decimal 237 214 23
Hex ED D6 17

RGB Percentages of Color #edd617

%50.00
%45.15
%4.85

CMYK Percentages of Color #edd617

%0
%10
%90
%7

Triadic Colors of #edd617

#edd617 #17edd6 #d617ed

Analogous Colors of #edd617

#edd617 #99ed17 #ed6b17

Monochromatic Colors of #edd617

#edd617

Complementary Color

#edd617 #172eed

#edd617 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd617 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd617 Color CSS Codes

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

#edd617 Text Font Color

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

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


#edd617 Background Color

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

This div background color is #edd617


#edd617 Border Color

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

This div border color is #edd617


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd617


Comments

No comments written yet.

Please login to write comment.