Color Hex Logo

#ecbac6 Color Hex

#ECBAC6
(236,186,198)
0 Favorites   0 Comments

Color spaces of #ecbac6

RGB 236186198
HSL0.960.570.83
HSV346°21°93°
CMYK 0.000.210.16   0.07
XYZ62.344057.027961.1477
Yxy57.02790.34540.3159
Hunter Lab75.516815.20884.8533
CIE-Lab80.195319.79740.8466

#ecbac6 color RGB value is (236,186,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111010 11000110
Octal 354 272 306
Decimal 236 186 198
Hex EC BA C6

RGB Percentages of Color #ecbac6

%38.06
%30.00
%31.94

CMYK Percentages of Color #ecbac6

%0
%21
%16
%7

Triadic Colors of #ecbac6

#ecbac6 #c6ecba #bac6ec

Analogous Colors of #ecbac6

#ecbac6 #ecc7ba #ecbadf

Monochromatic Colors of #ecbac6

#ecbac6

Complementary Color

#ecbac6 #baece0

#ecbac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbac6 Color CSS Codes

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

#ecbac6 Text Font Color

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

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


#ecbac6 Background Color

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

This div background color is #ecbac6


#ecbac6 Border Color

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

This div border color is #ecbac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbac6


Comments

No comments written yet.

Please login to write comment.