Color Hex Logo

#edcc7e Color Hex

#EDCC7E
(237,204,126)
0 Favorites   0 Comments

Color spaces of #edcc7e

RGB 237204126
HSL0.120.760.71
HSV42°47°93°
CMYK 0.000.140.47   0.07
XYZ60.283862.696628.6630
Yxy62.69660.39750.4134
Hunter Lab79.1812-2.667933.9643
CIE-Lab83.28251.651442.9976

#edcc7e color RGB value is (237,204,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 01111110
Octal 355 314 176
Decimal 237 204 126
Hex ED CC 7E

RGB Percentages of Color #edcc7e

%41.80
%35.98
%22.22

CMYK Percentages of Color #edcc7e

%0
%14
%47
%7

Triadic Colors of #edcc7e

#edcc7e #7eedcc #cc7eed

Analogous Colors of #edcc7e

#edcc7e #d7ed7e #ed957e

Monochromatic Colors of #edcc7e

#edcc7e

Complementary Color

#edcc7e #7e9fed

#edcc7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcc7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcc7e Color CSS Codes

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

#edcc7e Text Font Color

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

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


#edcc7e Background Color

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

This div background color is #edcc7e


#edcc7e Border Color

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

This div border color is #edcc7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcc7e


Comments

No comments written yet.

Please login to write comment.