Color Hex Logo

#ecdb1d Color Hex

#ECDB1D
(236,219,29)
0 Favorites   0 Comments

Color spaces of #ecdb1d

RGB 23621929
HSL0.150.840.52
HSV55°88°93°
CMYK 0.000.070.88   0.07
XYZ60.145468.584611.2306
Yxy68.58460.42970.4900
Hunter Lab82.8158-15.291249.9308
CIE-Lab86.2979-11.675282.5812

#ecdb1d color RGB value is (236,219,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011011 00011101
Octal 354 333 35
Decimal 236 219 29
Hex EC DB 1D

RGB Percentages of Color #ecdb1d

%48.76
%45.25
%5.99

CMYK Percentages of Color #ecdb1d

%0
%7
%88
%7

Triadic Colors of #ecdb1d

#ecdb1d #1decdb #db1dec

Analogous Colors of #ecdb1d

#ecdb1d #96ec1d #ec741d

Monochromatic Colors of #ecdb1d

#ecdb1d

Complementary Color

#ecdb1d #1d2eec

#ecdb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdb1d Color CSS Codes

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

#ecdb1d Text Font Color

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

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


#ecdb1d Background Color

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

This div background color is #ecdb1d


#ecdb1d Border Color

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

This div border color is #ecdb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdb1d


Comments

No comments written yet.

Please login to write comment.