Color Hex Logo

#ecb381 Color Hex

#ECB381
(236,179,129)
0 Favorites   0 Comments

Color spaces of #ecb381

RGB 236179129
HSL0.080.740.72
HSV28°45°93°
CMYK 0.000.240.45   0.07
XYZ54.674651.658027.8582
Yxy51.65800.40740.3850
Hunter Lab71.873510.007427.3306
CIE-Lab77.075914.643933.5077

#ecb381 color RGB value is (236,179,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 10000001
Octal 354 263 201
Decimal 236 179 129
Hex EC B3 81

RGB Percentages of Color #ecb381

%43.38
%32.90
%23.71

CMYK Percentages of Color #ecb381

%0
%24
%45
%7

Triadic Colors of #ecb381

#ecb381 #81ecb3 #b381ec

Analogous Colors of #ecb381

#ecb381 #ece981 #ec8185

Monochromatic Colors of #ecb381

#ecb381

Complementary Color

#ecb381 #81baec

#ecb381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb381 Color CSS Codes

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

#ecb381 Text Font Color

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

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


#ecb381 Background Color

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

This div background color is #ecb381


#ecb381 Border Color

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

This div border color is #ecb381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb381


Comments

No comments written yet.

Please login to write comment.