Color Hex Logo

#ecdd0f Color Hex

#ECDD0F
(236,221,15)
0 Favorites   0 Comments

Color spaces of #ecdd0f

RGB 23622115
HSL0.160.880.49
HSV56°94°93°
CMYK 0.000.060.94   0.07
XYZ60.534769.580310.6917
Yxy69.58030.42990.4942
Hunter Lab83.4148-16.437250.7909
CIE-Lab86.7906-12.874684.9555

#ecdd0f color RGB value is (236,221,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011101 00001111
Octal 354 335 17
Decimal 236 221 15
Hex EC DD F

RGB Percentages of Color #ecdd0f

%50.00
%46.82
%3.18

CMYK Percentages of Color #ecdd0f

%0
%6
%94
%7

Triadic Colors of #ecdd0f

#ecdd0f #0fecdd #dd0fec

Analogous Colors of #ecdd0f

#ecdd0f #8dec0f #ec6f0f

Monochromatic Colors of #ecdd0f

#ecdd0f

Complementary Color

#ecdd0f #0f1eec

#ecdd0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdd0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdd0f Color CSS Codes

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

#ecdd0f Text Font Color

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

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


#ecdd0f Background Color

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

This div background color is #ecdd0f


#ecdd0f Border Color

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

This div border color is #ecdd0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdd0f


Comments

No comments written yet.

Please login to write comment.