Color Hex Logo

#edc613 Color Hex

#EDC613
(237,198,19)
1 Favorites   0 Comments

Color spaces of #edc613

RGB 23719819
HSL0.140.860.50
HSV49°92°93°
CMYK 0.000.160.92   0.07
XYZ55.236758.43978.9848
Yxy58.43970.45030.4764
Hunter Lab76.4459-4.803446.5437
CIE-Lab80.9826-0.775380.1393

#edc613 color RGB value is (237,198,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 00010011
Octal 355 306 23
Decimal 237 198 19
Hex ED C6 13

RGB Percentages of Color #edc613

%52.20
%43.61
%4.19

CMYK Percentages of Color #edc613

%0
%16
%92
%7

Triadic Colors of #edc613

#edc613 #13edc6 #c613ed

Analogous Colors of #edc613

#edc613 #a7ed13 #ed5913

Monochromatic Colors of #edc613

#edc613

Complementary Color

#edc613 #133aed

#edc613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc613 Color CSS Codes

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

#edc613 Text Font Color

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

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


#edc613 Background Color

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

This div background color is #edc613


#edc613 Border Color

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

This div border color is #edc613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc613

#edc613 Color Palettes


Comments

No comments written yet.

Please login to write comment.