Color Hex Logo

#ecd180 Color Hex

#ECD180
(236,209,128)
0 Favorites   0 Comments

Color spaces of #ecd180

RGB 236209128
HSL0.130.740.71
HSV45°46°93°
CMYK 0.000.110.46   0.07
XYZ61.288864.992329.7366
Yxy64.99230.39280.4166
Hunter Lab80.6178-5.378534.5628
CIE-Lab84.4798-1.135143.4811

#ecd180 color RGB value is (236,209,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010001 10000000
Octal 354 321 200
Decimal 236 209 128
Hex EC D1 80

RGB Percentages of Color #ecd180

%41.19
%36.47
%22.34

CMYK Percentages of Color #ecd180

%0
%11
%46
%7

Triadic Colors of #ecd180

#ecd180 #80ecd1 #d180ec

Analogous Colors of #ecd180

#ecd180 #d1ec80 #ec9b80

Monochromatic Colors of #ecd180

#ecd180

Complementary Color

#ecd180 #809bec

#ecd180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd180 Color CSS Codes

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

#ecd180 Text Font Color

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

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


#ecd180 Background Color

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

This div background color is #ecd180


#ecd180 Border Color

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

This div border color is #ecd180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd180

#ecd180 Color Palettes


Comments

No comments written yet.

Please login to write comment.