Color Hex Logo

#ecb650 Color Hex

#ECB650
(236,182,80)
0 Favorites   0 Comments

Color spaces of #ecb650

RGB 23618280
HSL0.110.800.62
HSV39°66°93°
CMYK 0.000.230.66   0.07
XYZ52.768051.868014.8198
Yxy51.86800.44170.4342
Hunter Lab72.01944.751338.2132
CIE-Lab77.20189.210157.8145

#ecb650 color RGB value is (236,182,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110110 01010000
Octal 354 266 120
Decimal 236 182 80
Hex EC B6 50

RGB Percentages of Color #ecb650

%47.39
%36.55
%16.06

CMYK Percentages of Color #ecb650

%0
%23
%66
%7

Triadic Colors of #ecb650

#ecb650 #50ecb6 #b650ec

Analogous Colors of #ecb650

#ecb650 #d4ec50 #ec6850

Monochromatic Colors of #ecb650

#ecb650

Complementary Color

#ecb650 #5086ec

#ecb650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb650 Color CSS Codes

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

#ecb650 Text Font Color

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

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


#ecb650 Background Color

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

This div background color is #ecb650


#ecb650 Border Color

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

This div border color is #ecb650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb650


Comments

No comments written yet.

Please login to write comment.