Color Hex Logo

#ecba80 Color Hex

#ECBA80
(236,186,128)
0 Favorites   0 Comments

Color spaces of #ecba80

RGB 236186128
HSL0.090.740.71
HSV32°46°93°
CMYK 0.000.210.46   0.07
XYZ56.047354.509227.9894
Yxy54.50920.40450.3934
Hunter Lab73.83036.302729.2041
CIE-Lab78.757710.846036.2084

#ecba80 color RGB value is (236,186,128).

#ecba80 hex color red value is 236, green value is 186 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ecba80 hue: 0.09 , saturation: 0.74 and the lightness value of ecba80 is 0.71.

The process color (four color CMYK) of #ecba80 color hex is 0.00, 0.21, 0.46, 0.07. Web safe color of #ecba80 is #ffcc99. Color #ecba80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111010 10000000
Octal 354 272 200
Decimal 236 186 128
Hex EC BA 80

RGB Percentages of Color #ecba80

%42.91
%33.82
%23.27

CMYK Percentages of Color #ecba80

%0
%21
%46
%7

Triadic Colors of #ecba80

#ecba80 #80ecba #ba80ec

Analogous Colors of #ecba80

#ecba80 #e8ec80 #ec8480

Monochromatic Colors of #ecba80

#ecba80

Complementary Color

#ecba80 #80b2ec

#ecba80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecba80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecba80 Color CSS Codes

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

#ecba80 Text Font Color

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

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


#ecba80 Background Color

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

This div background color is #ecba80


#ecba80 Border Color

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

This div border color is #ecba80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecba80


Comments

No comments written yet.

Please login to write comment.