Color Hex Logo

#ecdd0d Color Hex

#ECDD0D
(236,221,13)
0 Favorites   0 Comments

Color spaces of #ecdd0d

RGB 23622113
HSL0.160.900.49
HSV56°94°93°
CMYK 0.000.060.94   0.07
XYZ60.521269.574810.6202
Yxy69.57480.43010.4944
Hunter Lab83.4115-16.455250.8391
CIE-Lab86.7879-12.894985.1570

#ecdd0d color RGB value is (236,221,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011101 00001101
Octal 354 335 15
Decimal 236 221 13
Hex EC DD D

RGB Percentages of Color #ecdd0d

%50.21
%47.02
%2.77

CMYK Percentages of Color #ecdd0d

%0
%6
%94
%7

Triadic Colors of #ecdd0d

#ecdd0d #0decdd #dd0dec

Analogous Colors of #ecdd0d

#ecdd0d #8cec0d #ec6e0d

Monochromatic Colors of #ecdd0d

#ecdd0d

Complementary Color

#ecdd0d #0d1cec

#ecdd0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdd0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdd0d Color CSS Codes

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

#ecdd0d Text Font Color

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

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


#ecdd0d Background Color

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

This div background color is #ecdd0d


#ecdd0d Border Color

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

This div border color is #ecdd0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdd0d


Comments

No comments written yet.

Please login to write comment.