Color Hex Logo

#edc676 Color Hex

#EDC676
(237,198,118)
0 Favorites   0 Comments

Color spaces of #edc676

RGB 237198118
HSL0.110.770.70
HSV40°50°93°
CMYK 0.000.160.50   0.07
XYZ58.389259.700725.5855
Yxy59.70070.40640.4155
Hunter Lab77.2662-0.325534.4534
CIE-Lab81.67524.030944.9887

#edc676 color RGB value is (237,198,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000110 01110110
Octal 355 306 166
Decimal 237 198 118
Hex ED C6 76

RGB Percentages of Color #edc676

%42.86
%35.80
%21.34

CMYK Percentages of Color #edc676

%0
%16
%50
%7

Triadic Colors of #edc676

#edc676 #76edc6 #c676ed

Analogous Colors of #edc676

#edc676 #d9ed76 #ed8b76

Monochromatic Colors of #edc676

#edc676

Complementary Color

#edc676 #769ded

#edc676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc676 Color CSS Codes

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

#edc676 Text Font Color

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

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


#edc676 Background Color

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

This div background color is #edc676


#edc676 Border Color

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

This div border color is #edc676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc676


Comments

No comments written yet.

Please login to write comment.