Color Hex Logo

#ecbdce Color Hex

#ECBDCE
(236,189,206)
0 Favorites   0 Comments

Color spaces of #ecbdce

RGB 236189206
HSL0.940.550.83
HSV338°20°93°
CMYK 0.000.200.13   0.07
XYZ63.930258.684366.3502
Yxy58.68430.33830.3106
Hunter Lab76.605714.90472.2713
CIE-Lab81.117819.4748-2.1158

#ecbdce color RGB value is (236,189,206).

#ecbdce hex color red value is 236, green value is 189 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ecbdce hue: 0.94 , saturation: 0.55 and the lightness value of ecbdce is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111101 11001110
Octal 354 275 316
Decimal 236 189 206
Hex EC BD CE

RGB Percentages of Color #ecbdce

%37.40
%29.95
%32.65

CMYK Percentages of Color #ecbdce

%0
%20
%13
%7

Triadic Colors of #ecbdce

#ecbdce #ceecbd #bdceec

Analogous Colors of #ecbdce

#ecbdce #ecc4bd #ecbde6

Monochromatic Colors of #ecbdce

#ecbdce

Complementary Color

#ecbdce #bdecdb

#ecbdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbdce Color CSS Codes

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

#ecbdce Text Font Color

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

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


#ecbdce Background Color

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

This div background color is #ecbdce


#ecbdce Border Color

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

This div border color is #ecbdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbdce


Comments

No comments written yet.

Please login to write comment.