Color Hex Logo

#ecba50 Color Hex

#ECBA50
(236,186,80)
0 Favorites   0 Comments

Color spaces of #ecba50

RGB 23618680
HSL0.110.800.62
HSV41°66°93°
CMYK 0.000.210.66   0.07
XYZ53.598953.529915.0967
Yxy53.52990.43850.4380
Hunter Lab73.16412.729138.9810
CIE-Lab78.18687.110258.8759

#ecba50 color RGB value is (236,186,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111010 01010000
Octal 354 272 120
Decimal 236 186 80
Hex EC BA 50

RGB Percentages of Color #ecba50

%47.01
%37.05
%15.94

CMYK Percentages of Color #ecba50

%0
%21
%66
%7

Triadic Colors of #ecba50

#ecba50 #50ecba #ba50ec

Analogous Colors of #ecba50

#ecba50 #d0ec50 #ec6c50

Monochromatic Colors of #ecba50

#ecba50

Complementary Color

#ecba50 #5082ec

#ecba50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecba50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecba50 Color CSS Codes

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

#ecba50 Text Font Color

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

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


#ecba50 Background Color

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

This div background color is #ecba50


#ecba50 Border Color

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

This div border color is #ecba50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecba50

#ecba50 Color Palettes


Comments

No comments written yet.

Please login to write comment.