Color Hex Logo

#ecd20d Color Hex

#ECD20D
(236,210,13)
0 Favorites   0 Comments

Color spaces of #ecd20d

RGB 23621013
HSL0.150.900.49
HSV53°94°93°
CMYK 0.000.110.94   0.07
XYZ57.711363.95519.6836
Yxy63.95510.43940.4869
Hunter Lab79.9719-11.137448.8011
CIE-Lab83.9424-7.392783.0410

#ecd20d color RGB value is (236,210,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010010 00001101
Octal 354 322 15
Decimal 236 210 13
Hex EC D2 D

RGB Percentages of Color #ecd20d

%51.42
%45.75
%2.83

CMYK Percentages of Color #ecd20d

%0
%11
%94
%7

Triadic Colors of #ecd20d

#ecd20d #0decd2 #d20dec

Analogous Colors of #ecd20d

#ecd20d #97ec0d #ec630d

Monochromatic Colors of #ecd20d

#ecd20d

Complementary Color

#ecd20d #0d27ec

#ecd20d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd20d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd20d Color CSS Codes

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

#ecd20d Text Font Color

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

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


#ecd20d Background Color

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

This div background color is #ecd20d


#ecd20d Border Color

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

This div border color is #ecd20d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd20d


Comments

No comments written yet.

Please login to write comment.