Color Hex Logo

#edec8c Color Hex

#EDEC8C
(237,236,140)
0 Favorites   0 Comments

Color spaces of #edec8c

RGB 237236140
HSL0.160.730.74
HSV59°41°93°
CMYK 0.000.000.41   0.07
XYZ69.654179.888936.5599
Yxy79.88890.37430.4293
Hunter Lab89.3806-17.311438.3147
CIE-Lab91.6350-13.155546.5679

#edec8c color RGB value is (237,236,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 10001100
Octal 355 354 214
Decimal 237 236 140
Hex ED EC 8C

RGB Percentages of Color #edec8c

%38.66
%38.50
%22.84

CMYK Percentages of Color #edec8c

%0
%0
%41
%7

Triadic Colors of #edec8c

#edec8c #8cedec #ec8ced

Analogous Colors of #edec8c

#edec8c #beed8c #edbc8c

Monochromatic Colors of #edec8c

#edec8c

Complementary Color

#edec8c #8c8ded

#edec8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edec8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edec8c Color CSS Codes

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

#edec8c Text Font Color

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

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


#edec8c Background Color

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

This div background color is #edec8c


#edec8c Border Color

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

This div border color is #edec8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edec8c


Comments

No comments written yet.

Please login to write comment.