Color Hex Logo

#ecd600 Color Hex

#ECD600
(236,214,0)
0 Favorites   0 Comments

Color spaces of #ecd600

RGB 2362140
HSL0.151.000.46
HSV54°100°93°
CMYK 0.000.091.00   0.07
XYZ58.638665.92609.6344
Yxy65.92600.43700.4913
Hunter Lab81.1948-13.178949.8012
CIE-Lab84.9587-9.517584.9447

#ecd600 color RGB value is (236,214,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010110 00000000
Octal 354 326 0
Decimal 236 214 0
Hex EC D6 0

RGB Percentages of Color #ecd600

%52.44
%47.56
%0.00

CMYK Percentages of Color #ecd600

%0
%9
%100
%7

Triadic Colors of #ecd600

#ecd600 #00ecd6 #d600ec

Analogous Colors of #ecd600

#ecd600 #8cec00 #ec6000

Monochromatic Colors of #ecd600

#ecd600

Complementary Color

#ecd600 #0016ec

#ecd600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd600 Color CSS Codes

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

#ecd600 Text Font Color

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

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


#ecd600 Background Color

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

This div background color is #ecd600


#ecd600 Border Color

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

This div border color is #ecd600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd600


Comments

No comments written yet.

Please login to write comment.