Color Hex Logo

#ecb494 Color Hex

#ECB494
(236,180,148)
0 Favorites   0 Comments

Color spaces of #ecb494

RGB 236180148
HSL0.060.700.75
HSV22°37°93°
CMYK 0.000.240.37   0.07
XYZ56.258652.613535.2072
Yxy52.61350.39050.3652
Hunter Lab72.535211.508921.9964
CIE-Lab77.646216.163124.1854

#ecb494 color RGB value is (236,180,148).

#ecb494 hex color red value is 236, green value is 180 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ecb494 hue: 0.06 , saturation: 0.70 and the lightness value of ecb494 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110100 10010100
Octal 354 264 224
Decimal 236 180 148
Hex EC B4 94

RGB Percentages of Color #ecb494

%41.84
%31.91
%26.24

CMYK Percentages of Color #ecb494

%0
%24
%37
%7

Triadic Colors of #ecb494

#ecb494 #94ecb4 #b494ec

Analogous Colors of #ecb494

#ecb494 #ece094 #ec94a0

Monochromatic Colors of #ecb494

#ecb494

Complementary Color

#ecb494 #94ccec

#ecb494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb494 Color CSS Codes

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

#ecb494 Text Font Color

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

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


#ecb494 Background Color

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

This div background color is #ecb494


#ecb494 Border Color

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

This div border color is #ecb494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb494

#ecb494 Color Palettes


Comments

No comments written yet.

Please login to write comment.