Color Hex Logo

#ecc9ba Color Hex

#ECC9BA
(236,201,186)
0 Favorites   0 Comments

Color spaces of #ecc9ba

RGB 236201186
HSL0.050.570.83
HSV18°21°93°
CMYK 0.000.150.21   0.07
XYZ64.341663.151355.2526
Yxy63.15130.35210.3456
Hunter Lab79.46785.455014.4041
CIE-Lab83.521910.049812.0650

#ecc9ba color RGB value is (236,201,186).

#ecc9ba hex color red value is 236, green value is 201 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ecc9ba hue: 0.05 , saturation: 0.57 and the lightness value of ecc9ba is 0.83.

The process color (four color CMYK) of #ecc9ba color hex is 0.00, 0.15, 0.21, 0.07. Web safe color of #ecc9ba is #ffcccc. Color #ecc9ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001001 10111010
Octal 354 311 272
Decimal 236 201 186
Hex EC C9 BA

RGB Percentages of Color #ecc9ba

%37.88
%32.26
%29.86

CMYK Percentages of Color #ecc9ba

%0
%15
%21
%7

Triadic Colors of #ecc9ba

#ecc9ba #baecc9 #c9baec

Analogous Colors of #ecc9ba

#ecc9ba #ece2ba #ecbac4

Monochromatic Colors of #ecc9ba

#ecc9ba

Complementary Color

#ecc9ba #baddec

#ecc9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc9ba Color CSS Codes

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

#ecc9ba Text Font Color

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

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


#ecc9ba Background Color

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

This div background color is #ecc9ba


#ecc9ba Border Color

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

This div border color is #ecc9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc9ba


Comments

No comments written yet.

Please login to write comment.