Color Hex Logo

#edc400 Color Hex

#EDC400
(237,196,0)
0 Favorites   0 Comments

Color spaces of #edc400

RGB 2371960
HSL0.141.000.46
HSV50°100°93°
CMYK 0.000.171.00   0.07
XYZ54.665057.48448.2144
Yxy57.48440.45420.4776
Hunter Lab75.8185-3.984146.6493
CIE-Lab80.45130.070581.7865

#edc400 color RGB value is (237,196,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 00000000
Octal 355 304 0
Decimal 237 196 0
Hex ED C4 0

RGB Percentages of Color #edc400

%54.73
%45.27
%0.00

CMYK Percentages of Color #edc400

%0
%17
%100
%7

Triadic Colors of #edc400

#edc400 #00edc4 #c400ed

Analogous Colors of #edc400

#edc400 #a0ed00 #ed4d00

Monochromatic Colors of #edc400

#edc400

Complementary Color

#edc400 #0029ed

#edc400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc400 Color CSS Codes

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

#edc400 Text Font Color

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

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


#edc400 Background Color

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

This div background color is #edc400


#edc400 Border Color

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

This div border color is #edc400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc400


Comments

No comments written yet.

Please login to write comment.