Color Hex Logo

#edcc7d Color Hex

#EDCC7D
(237,204,125)
0 Favorites   0 Comments

Color spaces of #edcc7d

RGB 237204125
HSL0.120.760.71
HSV42°47°93°
CMYK 0.000.140.47   0.07
XYZ60.219662.670928.3248
Yxy62.67090.39820.4144
Hunter Lab79.1650-2.756434.2018
CIE-Lab83.26891.557443.4804

#edcc7d color RGB value is (237,204,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 01111101
Octal 355 314 175
Decimal 237 204 125
Hex ED CC 7D

RGB Percentages of Color #edcc7d

%41.87
%36.04
%22.08

CMYK Percentages of Color #edcc7d

%0
%14
%47
%7

Triadic Colors of #edcc7d

#edcc7d #7dedcc #cc7ded

Analogous Colors of #edcc7d

#edcc7d #d6ed7d #ed947d

Monochromatic Colors of #edcc7d

#edcc7d

Complementary Color

#edcc7d #7d9eed

#edcc7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcc7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcc7d Color CSS Codes

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

#edcc7d Text Font Color

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

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


#edcc7d Background Color

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

This div background color is #edcc7d


#edcc7d Border Color

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

This div border color is #edcc7d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,204,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 #edcc7d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcc7d


Comments

No comments written yet.

Please login to write comment.