Color Hex Logo

#edd317 Color Hex

#EDD317
(237,211,23)
0 Favorites   0 Comments

Color spaces of #edd317

RGB 23721123
HSL0.150.860.51
HSV53°90°93°
CMYK 0.000.110.90   0.07
XYZ58.374064.654910.2136
Yxy64.65490.43810.4852
Hunter Lab80.4083-11.128848.7547
CIE-Lab84.3056-7.343882.0674

#edd317 color RGB value is (237,211,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010011 00010111
Octal 355 323 27
Decimal 237 211 23
Hex ED D3 17

RGB Percentages of Color #edd317

%50.32
%44.80
%4.88

CMYK Percentages of Color #edd317

%0
%11
%90
%7

Triadic Colors of #edd317

#edd317 #17edd3 #d317ed

Analogous Colors of #edd317

#edd317 #9ced17 #ed6817

Monochromatic Colors of #edd317

#edd317

Complementary Color

#edd317 #1731ed

#edd317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd317 Color CSS Codes

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

#edd317 Text Font Color

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

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


#edd317 Background Color

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

This div background color is #edd317


#edd317 Border Color

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

This div border color is #edd317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd317


Comments

No comments written yet.

Please login to write comment.