Color Hex Logo

#edc616 Color Hex

#EDC616
(237,198,22)
0 Favorites   0 Comments

Color spaces of #edc616

RGB 23719822
HSL0.140.860.51
HSV49°91°93°
CMYK 0.000.160.91   0.07
XYZ55.264058.45069.1284
Yxy58.45060.44990.4758
Hunter Lab76.4530-4.764146.4379
CIE-Lab80.9887-0.732679.6882

#edc616 color RGB value is (237,198,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 00010110
Octal 355 306 26
Decimal 237 198 22
Hex ED C6 16

RGB Percentages of Color #edc616

%51.86
%43.33
%4.81

CMYK Percentages of Color #edc616

%0
%16
%91
%7

Triadic Colors of #edc616

#edc616 #16edc6 #c616ed

Analogous Colors of #edc616

#edc616 #a9ed16 #ed5a16

Monochromatic Colors of #edc616

#edc616

Complementary Color

#edc616 #163ded

#edc616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc616 Color CSS Codes

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

#edc616 Text Font Color

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

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


#edc616 Background Color

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

This div background color is #edc616


#edc616 Border Color

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

This div border color is #edc616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc616


Comments

No comments written yet.

Please login to write comment.