Color Hex Logo

#ecb180 Color Hex

#ECB180
(236,177,128)
0 Favorites   0 Comments

Color spaces of #ecb180

RGB 236177128
HSL0.080.740.71
HSV27°46°93°
CMYK 0.000.250.46   0.07
XYZ54.210550.835727.3771
Yxy50.83570.40940.3839
Hunter Lab71.299210.944427.1435
CIE-Lab76.579415.604133.3867

#ecb180 color RGB value is (236,177,128).

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

The process color (four color CMYK) of #ecb180 color hex is 0.00, 0.25, 0.46, 0.07. Web safe color of #ecb180 is #ff9999. Color #ecb180 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110001 10000000
Octal 354 261 200
Decimal 236 177 128
Hex EC B1 80

RGB Percentages of Color #ecb180

%43.62
%32.72
%23.66

CMYK Percentages of Color #ecb180

%0
%25
%46
%7

Triadic Colors of #ecb180

#ecb180 #80ecb1 #b180ec

Analogous Colors of #ecb180

#ecb180 #ece780 #ec8085

Monochromatic Colors of #ecb180

#ecb180

Complementary Color

#ecb180 #80bbec

#ecb180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb180 Color CSS Codes

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

#ecb180 Text Font Color

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

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


#ecb180 Background Color

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

This div background color is #ecb180


#ecb180 Border Color

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

This div border color is #ecb180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb180


Comments

No comments written yet.

Please login to write comment.