Color Hex Logo

#ecd160 Color Hex

#ECD160
(236,209,96)
0 Favorites   0 Comments

Color spaces of #ecd160

RGB 23620996
HSL0.130.790.65
HSV48°59°93°
CMYK 0.000.110.59   0.07
XYZ59.503964.278320.3371
Yxy64.27830.41290.4460
Hunter Lab80.1737-7.823741.0820
CIE-Lab84.1105-3.778058.2797

#ecd160 color RGB value is (236,209,96).

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

The process color (four color CMYK) of #ecd160 color hex is 0.00, 0.11, 0.59, 0.07. Web safe color of #ecd160 is #ffcc66. Color #ecd160 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010001 01100000
Octal 354 321 140
Decimal 236 209 96
Hex EC D1 60

RGB Percentages of Color #ecd160

%43.62
%38.63
%17.74

CMYK Percentages of Color #ecd160

%0
%11
%59
%7

Triadic Colors of #ecd160

#ecd160 #60ecd1 #d160ec

Analogous Colors of #ecd160

#ecd160 #c1ec60 #ec8b60

Monochromatic Colors of #ecd160

#ecd160

Complementary Color

#ecd160 #607bec

#ecd160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd160 Color CSS Codes

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

#ecd160 Text Font Color

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

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


#ecd160 Background Color

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

This div background color is #ecd160


#ecd160 Border Color

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

This div border color is #ecd160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd160

#ecd160 Color Palettes


Comments

No comments written yet.

Please login to write comment.