Color Hex Logo

#edec8d Color Hex

#EDEC8D
(237,236,141)
0 Favorites   0 Comments

Color spaces of #edec8d

RGB 237236141
HSL0.160.730.74
HSV59°41°93°
CMYK 0.000.000.41   0.07
XYZ69.728279.918536.9500
Yxy79.91850.37370.4283
Hunter Lab89.3971-17.218238.0720
CIE-Lab91.6483-13.053046.0982

#edec8d color RGB value is (237,236,141).

#edec8d hex color red value is 237, green value is 236 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #edec8d hue: 0.16 , saturation: 0.73 and the lightness value of edec8d is 0.74.

The process color (four color CMYK) of #edec8d color hex is 0.00, 0.00, 0.41, 0.07. Web safe color of #edec8d is #ffff99. Color #edec8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 10001101
Octal 355 354 215
Decimal 237 236 141
Hex ED EC 8D

RGB Percentages of Color #edec8d

%38.60
%38.44
%22.96

CMYK Percentages of Color #edec8d

%0
%0
%41
%7

Triadic Colors of #edec8d

#edec8d #8dedec #ec8ded

Analogous Colors of #edec8d

#edec8d #beed8d #edbc8d

Monochromatic Colors of #edec8d

#edec8d

Complementary Color

#edec8d #8d8eed

#edec8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edec8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edec8d Color CSS Codes

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

#edec8d Text Font Color

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

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


#edec8d Background Color

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

This div background color is #edec8d


#edec8d Border Color

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

This div border color is #edec8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edec8d


Comments

No comments written yet.

Please login to write comment.