Color Hex Logo

#ecdd3f Color Hex

#ECDD3F
(236,221,63)
0 Favorites   0 Comments

Color spaces of #ecdd3f

RGB 23622163
HSL0.150.820.59
HSV55°73°93°
CMYK 0.000.060.73   0.07
XYZ61.345769.904714.9623
Yxy69.90470.41960.4781
Hunter Lab83.6090-15.346647.9160
CIE-Lab86.9501-11.649574.2931

#ecdd3f color RGB value is (236,221,63).

#ecdd3f hex color red value is 236, green value is 221 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ecdd3f hue: 0.15 , saturation: 0.82 and the lightness value of ecdd3f is 0.59.

The process color (four color CMYK) of #ecdd3f color hex is 0.00, 0.06, 0.73, 0.07. Web safe color of #ecdd3f is #ffcc33. Color #ecdd3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011101 00111111
Octal 354 335 77
Decimal 236 221 63
Hex EC DD 3F

RGB Percentages of Color #ecdd3f

%45.38
%42.50
%12.12

CMYK Percentages of Color #ecdd3f

%0
%6
%73
%7

Triadic Colors of #ecdd3f

#ecdd3f #3fecdd #dd3fec

Analogous Colors of #ecdd3f

#ecdd3f #a5ec3f #ec873f

Monochromatic Colors of #ecdd3f

#ecdd3f

Complementary Color

#ecdd3f #3f4eec

#ecdd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdd3f Color CSS Codes

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

#ecdd3f Text Font Color

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

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


#ecdd3f Background Color

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

This div background color is #ecdd3f


#ecdd3f Border Color

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

This div border color is #ecdd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdd3f


Comments

No comments written yet.

Please login to write comment.