Color Hex Logo

#ecd650 Color Hex

#ECD650
(236,214,80)
0 Favorites   0 Comments

Color spaces of #ecd650

RGB 23621480
HSL0.140.800.62
HSV52°66°93°
CMYK 0.000.090.66   0.07
XYZ60.086666.505217.2593
Yxy66.50520.41770.4623
Hunter Lab81.5507-11.194944.5374
CIE-Lab85.2535-7.313066.3358

#ecd650 color RGB value is (236,214,80).

#ecd650 hex color red value is 236, green value is 214 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ecd650 hue: 0.14 , saturation: 0.80 and the lightness value of ecd650 is 0.62.

The process color (four color CMYK) of #ecd650 color hex is 0.00, 0.09, 0.66, 0.07. Web safe color of #ecd650 is #ffcc66. Color #ecd650 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010110 01010000
Octal 354 326 120
Decimal 236 214 80
Hex EC D6 50

RGB Percentages of Color #ecd650

%44.53
%40.38
%15.09

CMYK Percentages of Color #ecd650

%0
%9
%66
%7

Triadic Colors of #ecd650

#ecd650 #50ecd6 #d650ec

Analogous Colors of #ecd650

#ecd650 #b4ec50 #ec8850

Monochromatic Colors of #ecd650

#ecd650

Complementary Color

#ecd650 #5066ec

#ecd650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd650 Color CSS Codes

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

#ecd650 Text Font Color

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

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


#ecd650 Background Color

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

This div background color is #ecd650


#ecd650 Border Color

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

This div border color is #ecd650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd650


Comments

No comments written yet.

Please login to write comment.