Color Hex Logo

#ecd820 Color Hex

#ECD820
(236,216,32)
0 Favorites   0 Comments

Color spaces of #ecd820

RGB 23621632
HSL0.150.840.53
HSV54°86°93°
CMYK 0.000.080.86   0.07
XYZ59.408667.048911.1771
Yxy67.04890.43160.4872
Hunter Lab81.8834-13.789449.2253
CIE-Lab85.5286-10.119381.4040

#ecd820 color RGB value is (236,216,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011000 00100000
Octal 354 330 40
Decimal 236 216 32
Hex EC D8 20

RGB Percentages of Color #ecd820

%48.76
%44.63
%6.61

CMYK Percentages of Color #ecd820

%0
%8
%86
%7

Triadic Colors of #ecd820

#ecd820 #20ecd8 #d820ec

Analogous Colors of #ecd820

#ecd820 #9aec20 #ec7220

Monochromatic Colors of #ecd820

#ecd820

Complementary Color

#ecd820 #2034ec

#ecd820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd820 Color CSS Codes

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

#ecd820 Text Font Color

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

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


#ecd820 Background Color

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

This div background color is #ecd820


#ecd820 Border Color

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

This div border color is #ecd820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd820


Comments

No comments written yet.

Please login to write comment.