Color Hex Logo

#edc979 Color Hex

#EDC979
(237,201,121)
0 Favorites   0 Comments

Color spaces of #edc979

RGB 237201121
HSL0.110.760.70
HSV41°49°93°
CMYK 0.000.150.49   0.07
XYZ59.262961.158326.7704
Yxy61.15830.40260.4155
Hunter Lab78.2038-1.589134.4467
CIE-Lab82.46382.741644.4717

#edc979 color RGB value is (237,201,121).

#edc979 hex color red value is 237, green value is 201 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #edc979 hue: 0.11 , saturation: 0.76 and the lightness value of edc979 is 0.70.

The process color (four color CMYK) of #edc979 color hex is 0.00, 0.15, 0.49, 0.07. Web safe color of #edc979 is #ffcc66. Color #edc979 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 01111001
Octal 355 311 171
Decimal 237 201 121
Hex ED C9 79

RGB Percentages of Color #edc979

%42.40
%35.96
%21.65

CMYK Percentages of Color #edc979

%0
%15
%49
%7

Triadic Colors of #edc979

#edc979 #79edc9 #c979ed

Analogous Colors of #edc979

#edc979 #d7ed79 #ed8f79

Monochromatic Colors of #edc979

#edc979

Complementary Color

#edc979 #799ded

#edc979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc979 Color CSS Codes

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

#edc979 Text Font Color

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

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


#edc979 Background Color

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

This div background color is #edc979


#edc979 Border Color

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

This div border color is #edc979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc979


Comments

No comments written yet.

Please login to write comment.