Color Hex Logo

#edc448 Color Hex

#EDC448
(237,196,72)
0 Favorites   0 Comments

Color spaces of #edc448

RGB 23719672
HSL0.130.820.61
HSV45°70°93°
CMYK 0.000.170.70   0.07
XYZ55.834757.952314.3740
Yxy57.95230.43570.4522
Hunter Lab76.1264-2.300942.0935
CIE-Lab80.71231.890464.9090

#edc448 color RGB value is (237,196,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000100 01001000
Octal 355 304 110
Decimal 237 196 72
Hex ED C4 48

RGB Percentages of Color #edc448

%46.93
%38.81
%14.26

CMYK Percentages of Color #edc448

%0
%17
%70
%7

Triadic Colors of #edc448

#edc448 #48edc4 #c448ed

Analogous Colors of #edc448

#edc448 #c4ed48 #ed7248

Monochromatic Colors of #edc448

#edc448

Complementary Color

#edc448 #4871ed

#edc448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc448 Color CSS Codes

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

#edc448 Text Font Color

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

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


#edc448 Background Color

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

This div background color is #edc448


#edc448 Border Color

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

This div border color is #edc448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc448


Comments

No comments written yet.

Please login to write comment.