Color Hex Logo

#ecd206 Color Hex

#ECD206
(236,210,6)
0 Favorites   0 Comments

Color spaces of #ecd206

RGB 2362106
HSL0.150.950.47
HSV53°97°93°
CMYK 0.000.110.97   0.07
XYZ57.671563.93929.4742
Yxy63.93920.44000.4878
Hunter Lab79.9620-11.192848.9485
CIE-Lab83.9341-7.454383.6749

#ecd206 color RGB value is (236,210,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010010 00000110
Octal 354 322 6
Decimal 236 210 6
Hex EC D2 6

RGB Percentages of Color #ecd206

%52.21
%46.46
%1.33

CMYK Percentages of Color #ecd206

%0
%11
%97
%7

Triadic Colors of #ecd206

#ecd206 #06ecd2 #d206ec

Analogous Colors of #ecd206

#ecd206 #93ec06 #ec5f06

Monochromatic Colors of #ecd206

#ecd206

Complementary Color

#ecd206 #0620ec

#ecd206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd206 Color CSS Codes

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

#ecd206 Text Font Color

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

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


#ecd206 Background Color

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

This div background color is #ecd206


#ecd206 Border Color

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

This div border color is #ecd206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd206


Comments

No comments written yet.

Please login to write comment.