Color Hex Logo

#ecb380 Color Hex

#ECB380
(236,179,128)
0 Favorites   0 Comments

Color spaces of #ecb380

RGB 236179128
HSL0.080.740.71
HSV28°46°93°
CMYK 0.000.240.46   0.07
XYZ54.608551.631627.5098
Yxy51.63160.40830.3860
Hunter Lab71.85519.910027.5994
CIE-Lab77.060014.544734.0118

#ecb380 color RGB value is (236,179,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 10000000
Octal 354 263 200
Decimal 236 179 128
Hex EC B3 80

RGB Percentages of Color #ecb380

%43.46
%32.97
%23.57

CMYK Percentages of Color #ecb380

%0
%24
%46
%7

Triadic Colors of #ecb380

#ecb380 #80ecb3 #b380ec

Analogous Colors of #ecb380

#ecb380 #ece980 #ec8083

Monochromatic Colors of #ecb380

#ecb380

Complementary Color

#ecb380 #80b9ec

#ecb380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb380 Color CSS Codes

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

#ecb380 Text Font Color

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

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


#ecb380 Background Color

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

This div background color is #ecb380


#ecb380 Border Color

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

This div border color is #ecb380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb380


Comments

No comments written yet.

Please login to write comment.