Color Hex Logo

#ecdb3e Color Hex

#ECDB3E
(236,219,62)
0 Favorites   0 Comments

Color spaces of #ecdb3e

RGB 23621962
HSL0.150.820.58
HSV54°74°93°
CMYK 0.000.070.74   0.07
XYZ60.793168.843714.6415
Yxy68.84370.42140.4772
Hunter Lab82.9721-14.415447.6180
CIE-Lab86.4266-10.694374.1334

#ecdb3e color RGB value is (236,219,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011011 00111110
Octal 354 333 76
Decimal 236 219 62
Hex EC DB 3E

RGB Percentages of Color #ecdb3e

%45.65
%42.36
%11.99

CMYK Percentages of Color #ecdb3e

%0
%7
%74
%7

Triadic Colors of #ecdb3e

#ecdb3e #3eecdb #db3eec

Analogous Colors of #ecdb3e

#ecdb3e #a6ec3e #ec843e

Monochromatic Colors of #ecdb3e

#ecdb3e

Complementary Color

#ecdb3e #3e4fec

#ecdb3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdb3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdb3e Color CSS Codes

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

#ecdb3e Text Font Color

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

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


#ecdb3e Background Color

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

This div background color is #ecdb3e


#ecdb3e Border Color

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

This div border color is #ecdb3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdb3e


Comments

No comments written yet.

Please login to write comment.