Color Hex Logo

#ecd616 Color Hex

#ECD616
(236,214,22)
0 Favorites   0 Comments

Color spaces of #ecd616

RGB 23621422
HSL0.150.850.51
HSV54°91°93°
CMYK 0.000.090.91   0.07
XYZ58.783565.983910.3970
Yxy65.98390.43490.4882
Hunter Lab81.2305-12.979549.2726
CIE-Lab84.9882-9.294682.7036

#ecd616 color RGB value is (236,214,22).

#ecd616 hex color red value is 236, green value is 214 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #ecd616 hue: 0.15 , saturation: 0.85 and the lightness value of ecd616 is 0.51.

The process color (four color CMYK) of #ecd616 color hex is 0.00, 0.09, 0.91, 0.07. Web safe color of #ecd616 is #ffcc00. Color #ecd616 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010110 00010110
Octal 354 326 26
Decimal 236 214 22
Hex EC D6 16

RGB Percentages of Color #ecd616

%50.00
%45.34
%4.66

CMYK Percentages of Color #ecd616

%0
%9
%91
%7

Triadic Colors of #ecd616

#ecd616 #16ecd6 #d616ec

Analogous Colors of #ecd616

#ecd616 #97ec16 #ec6b16

Monochromatic Colors of #ecd616

#ecd616

Complementary Color

#ecd616 #162cec

#ecd616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd616 Color CSS Codes

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

#ecd616 Text Font Color

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

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


#ecd616 Background Color

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

This div background color is #ecd616


#ecd616 Border Color

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

This div border color is #ecd616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd616


Comments

No comments written yet.

Please login to write comment.