Color Hex Logo

#edc408 Color Hex

#EDC408
(237,196,8)
0 Favorites   0 Comments

Color spaces of #edc408

RGB 2371968
HSL0.140.930.48
HSV49°97°93°
CMYK 0.000.170.97   0.07
XYZ54.708857.50198.4452
Yxy57.50190.45340.4766
Hunter Lab75.8300-3.920846.4779
CIE-Lab80.46110.139381.0192

#edc408 color RGB value is (237,196,8).

#edc408 hex color red value is 237, green value is 196 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #edc408 hue: 0.14 , saturation: 0.93 and the lightness value of edc408 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 00001000
Octal 355 304 10
Decimal 237 196 8
Hex ED C4 8

RGB Percentages of Color #edc408

%53.74
%44.44
%1.81

CMYK Percentages of Color #edc408

%0
%17
%97
%7

Triadic Colors of #edc408

#edc408 #08edc4 #c408ed

Analogous Colors of #edc408

#edc408 #a4ed08 #ed5108

Monochromatic Colors of #edc408

#edc408

Complementary Color

#edc408 #0831ed

#edc408 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc408 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc408 Color CSS Codes

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

#edc408 Text Font Color

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

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


#edc408 Background Color

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

This div background color is #edc408


#edc408 Border Color

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

This div border color is #edc408


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc408


Comments

No comments written yet.

Please login to write comment.