Color Hex Logo

#edc37d Color Hex

#EDC37D
(237,195,125)
0 Favorites   0 Comments

Color spaces of #edc37d

RGB 237195125
HSL0.100.760.71
HSV38°47°93°
CMYK 0.000.180.47   0.07
XYZ58.141858.515427.6322
Yxy58.51540.40300.4055
Hunter Lab76.49541.805632.1296
CIE-Lab81.02456.234640.6599

#edc37d color RGB value is (237,195,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000011 01111101
Octal 355 303 175
Decimal 237 195 125
Hex ED C3 7D

RGB Percentages of Color #edc37d

%42.55
%35.01
%22.44

CMYK Percentages of Color #edc37d

%0
%18
%47
%7

Triadic Colors of #edc37d

#edc37d #7dedc3 #c37ded

Analogous Colors of #edc37d

#edc37d #dfed7d #ed8b7d

Monochromatic Colors of #edc37d

#edc37d

Complementary Color

#edc37d #7da7ed

#edc37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc37d Color CSS Codes

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

#edc37d Text Font Color

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

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


#edc37d Background Color

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

This div background color is #edc37d


#edc37d Border Color

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

This div border color is #edc37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc37d


Comments

No comments written yet.

Please login to write comment.