Color Hex Logo

#ecd256 Color Hex

#ECD256
(236,210,86)
0 Favorites   0 Comments

Color spaces of #ecd256

RGB 23621086
HSL0.140.800.63
HSV50°64°93°
CMYK 0.000.110.64   0.07
XYZ59.318464.597918.1463
Yxy64.59790.41760.4547
Hunter Lab80.3728-8.912242.8747
CIE-Lab84.2761-4.936962.8273

#ecd256 color RGB value is (236,210,86).

#ecd256 hex color red value is 236, green value is 210 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #ecd256 hue: 0.14 , saturation: 0.80 and the lightness value of ecd256 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010010 01010110
Octal 354 322 126
Decimal 236 210 86
Hex EC D2 56

RGB Percentages of Color #ecd256

%44.36
%39.47
%16.17

CMYK Percentages of Color #ecd256

%0
%11
%64
%7

Triadic Colors of #ecd256

#ecd256 #56ecd2 #d256ec

Analogous Colors of #ecd256

#ecd256 #bbec56 #ec8756

Monochromatic Colors of #ecd256

#ecd256

Complementary Color

#ecd256 #5670ec

#ecd256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd256 Color CSS Codes

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

#ecd256 Text Font Color

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

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


#ecd256 Background Color

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

This div background color is #ecd256


#ecd256 Border Color

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

This div border color is #ecd256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd256


Comments

No comments written yet.

Please login to write comment.