Color Hex Logo

#edde7d Color Hex

#EDDE7D
(237,222,125)
0 Favorites   0 Comments

Color spaces of #edde7d

RGB 237222125
HSL0.140.760.71
HSV52°47°93°
CMYK 0.000.060.47   0.07
XYZ64.748071.727729.8343
Yxy71.72770.38930.4313
Hunter Lab84.6922-11.746438.3986
CIE-Lab87.8374-7.628949.1281

#edde7d color RGB value is (237,222,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011110 01111101
Octal 355 336 175
Decimal 237 222 125
Hex ED DE 7D

RGB Percentages of Color #edde7d

%40.58
%38.01
%21.40

CMYK Percentages of Color #edde7d

%0
%6
%47
%7

Triadic Colors of #edde7d

#edde7d #7dedde #de7ded

Analogous Colors of #edde7d

#edde7d #c4ed7d #eda67d

Monochromatic Colors of #edde7d

#edde7d

Complementary Color

#edde7d #7d8ced

#edde7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edde7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edde7d Color CSS Codes

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

#edde7d Text Font Color

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

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


#edde7d Background Color

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

This div background color is #edde7d


#edde7d Border Color

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

This div border color is #edde7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edde7d


Comments

No comments written yet.

Please login to write comment.