Color Hex Logo

#ecd980 Color Hex

#ECD980
(236,217,128)
0 Favorites   0 Comments

Color spaces of #ecd980

RGB 236217128
HSL0.140.740.71
HSV49°46°93°
CMYK 0.000.080.46   0.07
XYZ63.301269.017130.4074
Yxy69.01710.38900.4241
Hunter Lab83.0765-9.373636.4524
CIE-Lab86.5125-5.219946.0174

#ecd980 color RGB value is (236,217,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011001 10000000
Octal 354 331 200
Decimal 236 217 128
Hex EC D9 80

RGB Percentages of Color #ecd980

%40.62
%37.35
%22.03

CMYK Percentages of Color #ecd980

%0
%8
%46
%7

Triadic Colors of #ecd980

#ecd980 #80ecd9 #d980ec

Analogous Colors of #ecd980

#ecd980 #c9ec80 #eca380

Monochromatic Colors of #ecd980

#ecd980

Complementary Color

#ecd980 #8093ec

#ecd980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd980 Color CSS Codes

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

#ecd980 Text Font Color

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

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


#ecd980 Background Color

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

This div background color is #ecd980


#ecd980 Border Color

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

This div border color is #ecd980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd980


Comments

No comments written yet.

Please login to write comment.