Color Hex Logo

#ecdb3f Color Hex

#ECDB3F
(236,219,63)
0 Favorites   0 Comments

Color spaces of #ecdb3f

RGB 23621963
HSL0.150.820.59
HSV54°73°93°
CMYK 0.000.070.73   0.07
XYZ60.820868.854814.7873
Yxy68.85480.42100.4766
Hunter Lab82.9788-14.378147.5193
CIE-Lab86.4321-10.652673.8040

#ecdb3f color RGB value is (236,219,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011011 00111111
Octal 354 333 77
Decimal 236 219 63
Hex EC DB 3F

RGB Percentages of Color #ecdb3f

%45.56
%42.28
%12.16

CMYK Percentages of Color #ecdb3f

%0
%7
%73
%7

Triadic Colors of #ecdb3f

#ecdb3f #3fecdb #db3fec

Analogous Colors of #ecdb3f

#ecdb3f #a7ec3f #ec853f

Monochromatic Colors of #ecdb3f

#ecdb3f

Complementary Color

#ecdb3f #3f50ec

#ecdb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdb3f Color CSS Codes

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

#ecdb3f Text Font Color

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

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


#ecdb3f Background Color

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

This div background color is #ecdb3f


#ecdb3f Border Color

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

This div border color is #ecdb3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdb3f


Comments

No comments written yet.

Please login to write comment.