Color Hex Logo

#ecd98c Color Hex

#ECD98C
(236,217,140)
0 Favorites   0 Comments

Color spaces of #ecd98c

RGB 236217140
HSL0.130.720.74
HSV48°41°93°
CMYK 0.000.080.41   0.07
XYZ64.138569.352034.8168
Yxy69.35200.38110.4121
Hunter Lab83.2778-8.260033.5065
CIE-Lab86.6781-4.016740.2668

#ecd98c color RGB value is (236,217,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011001 10001100
Octal 354 331 214
Decimal 236 217 140
Hex EC D9 8C

RGB Percentages of Color #ecd98c

%39.80
%36.59
%23.61

CMYK Percentages of Color #ecd98c

%0
%8
%41
%7

Triadic Colors of #ecd98c

#ecd98c #8cecd9 #d98cec

Analogous Colors of #ecd98c

#ecd98c #cfec8c #eca98c

Monochromatic Colors of #ecd98c

#ecd98c

Complementary Color

#ecd98c #8c9fec

#ecd98c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd98c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd98c Color CSS Codes

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

#ecd98c Text Font Color

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

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


#ecd98c Background Color

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

This div background color is #ecd98c


#ecd98c Border Color

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

This div border color is #ecd98c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd98c


Comments

No comments written yet.

Please login to write comment.