Color Hex Logo

#edc777 Color Hex

#EDC777
(237,199,119)
0 Favorites   0 Comments

Color spaces of #edc777

RGB 237199119
HSL0.110.770.70
HSV41°50°93°
CMYK 0.000.160.50   0.07
XYZ58.678260.183325.9766
Yxy60.18330.40510.4155
Hunter Lab77.5779-0.747934.4515
CIE-Lab81.93773.599644.8156

#edc777 color RGB value is (237,199,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000111 01110111
Octal 355 307 167
Decimal 237 199 119
Hex ED C7 77

RGB Percentages of Color #edc777

%42.70
%35.86
%21.44

CMYK Percentages of Color #edc777

%0
%16
%50
%7

Triadic Colors of #edc777

#edc777 #77edc7 #c777ed

Analogous Colors of #edc777

#edc777 #d8ed77 #ed8c77

Monochromatic Colors of #edc777

#edc777

Complementary Color

#edc777 #779ded

#edc777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc777 Color CSS Codes

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

#edc777 Text Font Color

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

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


#edc777 Background Color

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

This div background color is #edc777


#edc777 Border Color

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

This div border color is #edc777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc777


Comments

No comments written yet.

Please login to write comment.