Color Hex Logo

#ecdd80 Color Hex

#ECDD80
(236,221,128)
1 Favorites   0 Comments

Color spaces of #ecdd80

RGB 236221128
HSL0.140.740.71
HSV52°46°93°
CMYK 0.000.060.46   0.07
XYZ64.344871.104330.7552
Yxy71.10430.38710.4278
Hunter Lab84.3234-11.357537.4016
CIE-Lab87.5357-7.243647.2849

#ecdd80 color RGB value is (236,221,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011101 10000000
Octal 354 335 200
Decimal 236 221 128
Hex EC DD 80

RGB Percentages of Color #ecdd80

%40.34
%37.78
%21.88

CMYK Percentages of Color #ecdd80

%0
%6
%46
%7

Triadic Colors of #ecdd80

#ecdd80 #80ecdd #dd80ec

Analogous Colors of #ecdd80

#ecdd80 #c5ec80 #eca780

Monochromatic Colors of #ecdd80

#ecdd80

Complementary Color

#ecdd80 #808fec

#ecdd80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdd80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdd80 Color CSS Codes

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

#ecdd80 Text Font Color

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

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


#ecdd80 Background Color

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

This div background color is #ecdd80


#ecdd80 Border Color

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

This div border color is #ecdd80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdd80


Comments

No comments written yet.

Please login to write comment.