Color Hex Logo

#ecd280 Color Hex

#ECD280
(236,210,128)
0 Favorites   0 Comments

Color spaces of #ecd280

RGB 236210128
HSL0.130.740.71
HSV46°46°93°
CMYK 0.000.110.46   0.07
XYZ61.534965.484629.8186
Yxy65.48460.39230.4175
Hunter Lab80.9226-5.880034.7984
CIE-Lab84.7328-1.648543.7983

#ecd280 color RGB value is (236,210,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010010 10000000
Octal 354 322 200
Decimal 236 210 128
Hex EC D2 80

RGB Percentages of Color #ecd280

%41.11
%36.59
%22.30

CMYK Percentages of Color #ecd280

%0
%11
%46
%7

Triadic Colors of #ecd280

#ecd280 #80ecd2 #d280ec

Analogous Colors of #ecd280

#ecd280 #d0ec80 #ec9c80

Monochromatic Colors of #ecd280

#ecd280

Complementary Color

#ecd280 #809aec

#ecd280 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd280 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd280 Color CSS Codes

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

#ecd280 Text Font Color

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

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


#ecd280 Background Color

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

This div background color is #ecd280


#ecd280 Border Color

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

This div border color is #ecd280


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd280


Comments

No comments written yet.

Please login to write comment.