Color Hex Logo

#ecdc0d Color Hex

#ECDC0D
(236,220,13)
0 Favorites   0 Comments

Color spaces of #ecdc0d

RGB 23622013
HSL0.150.900.49
HSV56°94°93°
CMYK 0.000.070.94   0.07
XYZ60.257969.048310.5325
Yxy69.04830.43090.4938
Hunter Lab83.0953-15.974650.6516
CIE-Lab86.5280-12.399284.9630

#ecdc0d color RGB value is (236,220,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011100 00001101
Octal 354 334 15
Decimal 236 220 13
Hex EC DC D

RGB Percentages of Color #ecdc0d

%50.32
%46.91
%2.77

CMYK Percentages of Color #ecdc0d

%0
%7
%94
%7

Triadic Colors of #ecdc0d

#ecdc0d #0decdc #dc0dec

Analogous Colors of #ecdc0d

#ecdc0d #8dec0d #ec6d0d

Monochromatic Colors of #ecdc0d

#ecdc0d

Complementary Color

#ecdc0d #0d1dec

#ecdc0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdc0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdc0d Color CSS Codes

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

#ecdc0d Text Font Color

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

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


#ecdc0d Background Color

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

This div background color is #ecdc0d


#ecdc0d Border Color

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

This div border color is #ecdc0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdc0d


Comments

No comments written yet.

Please login to write comment.