Color Hex Logo

#edc447 Color Hex

#EDC447
(237,196,71)
0 Favorites   0 Comments

Color spaces of #edc447

RGB 23719671
HSL0.130.820.60
HSV45°70°93°
CMYK 0.000.170.70   0.07
XYZ55.802357.939314.2035
Yxy57.93930.43610.4528
Hunter Lab76.1179-2.347242.2191
CIE-Lab80.70501.840665.3008

#edc447 color RGB value is (237,196,71).

#edc447 hex color red value is 237, green value is 196 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #edc447 hue: 0.13 , saturation: 0.82 and the lightness value of edc447 is 0.60.

The process color (four color CMYK) of #edc447 color hex is 0.00, 0.17, 0.70, 0.07. Web safe color of #edc447 is #ffcc33. Color #edc447 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 01000111
Octal 355 304 107
Decimal 237 196 71
Hex ED C4 47

RGB Percentages of Color #edc447

%47.02
%38.89
%14.09

CMYK Percentages of Color #edc447

%0
%17
%70
%7

Triadic Colors of #edc447

#edc447 #47edc4 #c447ed

Analogous Colors of #edc447

#edc447 #c3ed47 #ed7147

Monochromatic Colors of #edc447

#edc447

Complementary Color

#edc447 #4770ed

#edc447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc447 Color CSS Codes

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

#edc447 Text Font Color

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

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


#edc447 Background Color

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

This div background color is #edc447


#edc447 Border Color

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

This div border color is #edc447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc447


Comments

No comments written yet.

Please login to write comment.