Color Hex Logo

#eddc13 Color Hex

#EDDC13
(237,220,19)
0 Favorites   0 Comments

Color spaces of #eddc13

RGB 23722019
HSL0.150.860.50
HSV55°92°93°
CMYK 0.000.070.92   0.07
XYZ60.635869.237910.7845
Yxy69.23790.43110.4922
Hunter Lab83.2093-15.540850.5621
CIE-Lab86.6217-11.907384.3982

#eddc13 color RGB value is (237,220,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 00010011
Octal 355 334 23
Decimal 237 220 19
Hex ED DC 13

RGB Percentages of Color #eddc13

%49.79
%46.22
%3.99

CMYK Percentages of Color #eddc13

%0
%7
%92
%7

Triadic Colors of #eddc13

#eddc13 #13eddc #dc13ed

Analogous Colors of #eddc13

#eddc13 #91ed13 #ed6f13

Monochromatic Colors of #eddc13

#eddc13

Complementary Color

#eddc13 #1324ed

#eddc13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddc13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddc13 Color CSS Codes

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

#eddc13 Text Font Color

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

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


#eddc13 Background Color

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

This div background color is #eddc13


#eddc13 Border Color

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

This div border color is #eddc13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddc13


Comments

No comments written yet.

Please login to write comment.