Color Hex Logo

#edc40f Color Hex

#EDC40F
(237,196,15)
0 Favorites   0 Comments

Color spaces of #edc40f

RGB 23719615
HSL0.140.880.49
HSV49°94°93°
CMYK 0.000.170.94   0.07
XYZ54.751257.51898.6685
Yxy57.51890.45270.4756
Hunter Lab75.8412-3.859646.3121
CIE-Lab80.47060.205880.2904

#edc40f color RGB value is (237,196,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 00001111
Octal 355 304 17
Decimal 237 196 15
Hex ED C4 F

RGB Percentages of Color #edc40f

%52.90
%43.75
%3.35

CMYK Percentages of Color #edc40f

%0
%17
%94
%7

Triadic Colors of #edc40f

#edc40f #0fedc4 #c40fed

Analogous Colors of #edc40f

#edc40f #a7ed0f #ed550f

Monochromatic Colors of #edc40f

#edc40f

Complementary Color

#edc40f #0f38ed

#edc40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc40f Color CSS Codes

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

#edc40f Text Font Color

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

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


#edc40f Background Color

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

This div background color is #edc40f


#edc40f Border Color

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

This div border color is #edc40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc40f


Comments

No comments written yet.

Please login to write comment.