Color Hex Logo

#ecbadc Color Hex

#ECBADC
(236,186,220)
0 Favorites   0 Comments

Color spaces of #ecbadc

RGB 236186220
HSL0.890.570.83
HSV319°21°93°
CMYK 0.000.210.07   0.07
XYZ65.069258.118075.4985
Yxy58.11800.32750.2925
Hunter Lab76.235218.9440-5.3525
CIE-Lab80.804423.4121-10.1161

#ecbadc color RGB value is (236,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111010 11011100
Octal 354 272 334
Decimal 236 186 220
Hex EC BA DC

RGB Percentages of Color #ecbadc

%36.76
%28.97
%34.27

CMYK Percentages of Color #ecbadc

%0
%21
%7
%7

Triadic Colors of #ecbadc

#ecbadc #dcecba #badcec

Analogous Colors of #ecbadc

#ecbadc #ecbac3 #e3baec

Monochromatic Colors of #ecbadc

#ecbadc

Complementary Color

#ecbadc #baecca

#ecbadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbadc Color CSS Codes

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

#ecbadc Text Font Color

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

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


#ecbadc Background Color

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

This div background color is #ecbadc


#ecbadc Border Color

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

This div border color is #ecbadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbadc


Comments

No comments written yet.

Please login to write comment.