Color Hex Logo

#ecd346 Color Hex

#ECD346
(236,211,70)
0 Favorites   0 Comments

Color spaces of #ecd346

RGB 23621170
HSL0.140.810.60
HSV51°70°93°
CMYK 0.000.110.70   0.07
XYZ58.991864.863615.2051
Yxy64.86360.42420.4664
Hunter Lab80.5379-10.195145.1829
CIE-Lab84.4134-6.314469.3642

#ecd346 color RGB value is (236,211,70).

#ecd346 hex color red value is 236, green value is 211 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ecd346 hue: 0.14 , saturation: 0.81 and the lightness value of ecd346 is 0.60.

The process color (four color CMYK) of #ecd346 color hex is 0.00, 0.11, 0.70, 0.07. Web safe color of #ecd346 is #ffcc33. Color #ecd346 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010011 01000110
Octal 354 323 106
Decimal 236 211 70
Hex EC D3 46

RGB Percentages of Color #ecd346

%45.65
%40.81
%13.54

CMYK Percentages of Color #ecd346

%0
%11
%70
%7

Triadic Colors of #ecd346

#ecd346 #46ecd3 #d346ec

Analogous Colors of #ecd346

#ecd346 #b2ec46 #ec8046

Monochromatic Colors of #ecd346

#ecd346

Complementary Color

#ecd346 #465fec

#ecd346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd346 Color CSS Codes

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

#ecd346 Text Font Color

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

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


#ecd346 Background Color

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

This div background color is #ecd346


#ecd346 Border Color

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

This div border color is #ecd346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd346


Comments

No comments written yet.

Please login to write comment.