Color Hex Logo

#ecd306 Color Hex

#ECD306
(236,211,6)
0 Favorites   0 Comments

Color spaces of #ecd306

RGB 2362116
HSL0.150.950.47
HSV53°97°93°
CMYK 0.000.110.97   0.07
XYZ57.919264.43459.5567
Yxy64.43450.43910.4885
Hunter Lab80.2711-11.678749.1310
CIE-Lab84.1915-7.958683.8622

#ecd306 color RGB value is (236,211,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010011 00000110
Octal 354 323 6
Decimal 236 211 6
Hex EC D3 6

RGB Percentages of Color #ecd306

%52.10
%46.58
%1.32

CMYK Percentages of Color #ecd306

%0
%11
%97
%7

Triadic Colors of #ecd306

#ecd306 #06ecd3 #d306ec

Analogous Colors of #ecd306

#ecd306 #92ec06 #ec6006

Monochromatic Colors of #ecd306

#ecd306

Complementary Color

#ecd306 #061fec

#ecd306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd306 Color CSS Codes

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

#ecd306 Text Font Color

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

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


#ecd306 Background Color

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

This div background color is #ecd306


#ecd306 Border Color

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

This div border color is #ecd306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd306


Comments

No comments written yet.

Please login to write comment.