Color Hex Logo

#edc779 Color Hex

#EDC779
(237,199,121)
0 Favorites   0 Comments

Color spaces of #edc779

RGB 237199121
HSL0.110.760.70
HSV40°49°93°
CMYK 0.000.160.49   0.07
XYZ58.799760.231826.6160
Yxy60.23180.40370.4135
Hunter Lab77.6091-0.577533.9929
CIE-Lab81.96403.779843.8514

#edc779 color RGB value is (237,199,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000111 01111001
Octal 355 307 171
Decimal 237 199 121
Hex ED C7 79

RGB Percentages of Color #edc779

%42.55
%35.73
%21.72

CMYK Percentages of Color #edc779

%0
%16
%49
%7

Triadic Colors of #edc779

#edc779 #79edc7 #c779ed

Analogous Colors of #edc779

#edc779 #d9ed79 #ed8d79

Monochromatic Colors of #edc779

#edc779

Complementary Color

#edc779 #799fed

#edc779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc779 Color CSS Codes

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

#edc779 Text Font Color

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

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


#edc779 Background Color

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

This div background color is #edc779


#edc779 Border Color

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

This div border color is #edc779


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,199,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 #edc779">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc779


Comments

No comments written yet.

Please login to write comment.