Color Hex Logo

#ecd806 Color Hex

#ECD806
(236,216,6)
0 Favorites   0 Comments

Color spaces of #ecd806

RGB 2362166
HSL0.150.950.47
HSV55°97°93°
CMYK 0.000.080.97   0.07
XYZ59.180866.95779.9773
Yxy66.95770.43480.4919
Hunter Lab81.8277-14.100750.0501
CIE-Lab85.4826-10.467984.8030

#ecd806 color RGB value is (236,216,6).

#ecd806 hex color red value is 236, green value is 216 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #ecd806 hue: 0.15 , saturation: 0.95 and the lightness value of ecd806 is 0.47.

The process color (four color CMYK) of #ecd806 color hex is 0.00, 0.08, 0.97, 0.07. Web safe color of #ecd806 is #ffcc00. Color #ecd806 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011000 00000110
Octal 354 330 6
Decimal 236 216 6
Hex EC D8 6

RGB Percentages of Color #ecd806

%51.53
%47.16
%1.31

CMYK Percentages of Color #ecd806

%0
%8
%97
%7

Triadic Colors of #ecd806

#ecd806 #06ecd8 #d806ec

Analogous Colors of #ecd806

#ecd806 #8dec06 #ec6506

Monochromatic Colors of #ecd806

#ecd806

Complementary Color

#ecd806 #061aec

#ecd806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd806 Color CSS Codes

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

#ecd806 Text Font Color

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

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


#ecd806 Background Color

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

This div background color is #ecd806


#ecd806 Border Color

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

This div border color is #ecd806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd806


Comments

No comments written yet.

Please login to write comment.