Color Hex Logo

#edc78e Color Hex

#EDC78E
(237,199,142)
0 Favorites   0 Comments

Color spaces of #edc78e

RGB 237199142
HSL0.100.730.74
HSV36°40°93°
CMYK 0.000.160.40   0.07
XYZ60.231060.804434.1531
Yxy60.80440.38810.3918
Hunter Lab77.97721.416628.6157
CIE-Lab82.27355.875233.5473

#edc78e color RGB value is (237,199,142).

#edc78e hex color red value is 237, green value is 199 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #edc78e hue: 0.10 , saturation: 0.73 and the lightness value of edc78e is 0.74.

The process color (four color CMYK) of #edc78e color hex is 0.00, 0.16, 0.40, 0.07. Web safe color of #edc78e is #ffcc99. Color #edc78e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000111 10001110
Octal 355 307 216
Decimal 237 199 142
Hex ED C7 8E

RGB Percentages of Color #edc78e

%41.00
%34.43
%24.57

CMYK Percentages of Color #edc78e

%0
%16
%40
%7

Triadic Colors of #edc78e

#edc78e #8eedc7 #c78eed

Analogous Colors of #edc78e

#edc78e #e4ed8e #ed988e

Monochromatic Colors of #edc78e

#edc78e

Complementary Color

#edc78e #8eb4ed

#edc78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc78e Color CSS Codes

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

#edc78e Text Font Color

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

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


#edc78e Background Color

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

This div background color is #edc78e


#edc78e Border Color

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

This div border color is #edc78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc78e


Comments

No comments written yet.

Please login to write comment.