Color Hex Logo

#ecb596 Color Hex

#ECB596
(236,181,150)
0 Favorites   0 Comments

Color spaces of #ecb596

RGB 236181150
HSL0.060.690.76
HSV22°36°93°
CMYK 0.000.230.36   0.07
XYZ56.621053.082636.1159
Yxy53.08260.38830.3640
Hunter Lab72.857811.219021.6102
CIE-Lab77.923715.866523.4929

#ecb596 color RGB value is (236,181,150).

#ecb596 hex color red value is 236, green value is 181 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #ecb596 hue: 0.06 , saturation: 0.69 and the lightness value of ecb596 is 0.76.

The process color (four color CMYK) of #ecb596 color hex is 0.00, 0.23, 0.36, 0.07. Web safe color of #ecb596 is #ffcc99. Color #ecb596 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110101 10010110
Octal 354 265 226
Decimal 236 181 150
Hex EC B5 96

RGB Percentages of Color #ecb596

%41.62
%31.92
%26.46

CMYK Percentages of Color #ecb596

%0
%23
%36
%7

Triadic Colors of #ecb596

#ecb596 #96ecb5 #b596ec

Analogous Colors of #ecb596

#ecb596 #ece096 #ec96a2

Monochromatic Colors of #ecb596

#ecb596

Complementary Color

#ecb596 #96cdec

#ecb596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb596 Color CSS Codes

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

#ecb596 Text Font Color

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

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


#ecb596 Background Color

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

This div background color is #ecb596


#ecb596 Border Color

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

This div border color is #ecb596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb596


Comments

No comments written yet.

Please login to write comment.