Color Hex Logo

#edc37e Color Hex

#EDC37E
(237,195,126)
0 Favorites   0 Comments

Color spaces of #edc37e

RGB 237195126
HSL0.100.760.71
HSV37°47°93°
CMYK 0.000.180.47   0.07
XYZ58.206158.541127.9704
Yxy58.54110.40220.4045
Hunter Lab76.51221.896431.8840
CIE-Lab81.03876.329840.1699

#edc37e color RGB value is (237,195,126).

#edc37e hex color red value is 237, green value is 195 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #edc37e hue: 0.10 , saturation: 0.76 and the lightness value of edc37e is 0.71.

The process color (four color CMYK) of #edc37e color hex is 0.00, 0.18, 0.47, 0.07. Web safe color of #edc37e is #ffcc66. Color #edc37e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 01111110
Octal 355 303 176
Decimal 237 195 126
Hex ED C3 7E

RGB Percentages of Color #edc37e

%42.47
%34.95
%22.58

CMYK Percentages of Color #edc37e

%0
%18
%47
%7

Triadic Colors of #edc37e

#edc37e #7eedc3 #c37eed

Analogous Colors of #edc37e

#edc37e #e0ed7e #ed8c7e

Monochromatic Colors of #edc37e

#edc37e

Complementary Color

#edc37e #7ea8ed

#edc37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc37e Color CSS Codes

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

#edc37e Text Font Color

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

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


#edc37e Background Color

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

This div background color is #edc37e


#edc37e Border Color

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

This div border color is #edc37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc37e


Comments

No comments written yet.

Please login to write comment.