Color Hex Logo

#ecbedb Color Hex

#ECBEDB
(236,190,219)
0 Favorites   0 Comments

Color spaces of #ecbedb

RGB 236190219
HSL0.890.550.84
HSV322°19°93°
CMYK 0.000.190.07   0.07
XYZ65.791759.774375.0878
Yxy59.77430.32790.2979
Hunter Lab77.313816.5988-3.4632
CIE-Lab81.715421.1104-8.2238

#ecbedb color RGB value is (236,190,219).

#ecbedb hex color red value is 236, green value is 190 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ecbedb hue: 0.89 , saturation: 0.55 and the lightness value of ecbedb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 11011011
Octal 354 276 333
Decimal 236 190 219
Hex EC BE DB

RGB Percentages of Color #ecbedb

%36.59
%29.46
%33.95

CMYK Percentages of Color #ecbedb

%0
%19
%7
%7

Triadic Colors of #ecbedb

#ecbedb #dbecbe #bedbec

Analogous Colors of #ecbedb

#ecbedb #ecbec4 #e6beec

Monochromatic Colors of #ecbedb

#ecbedb

Complementary Color

#ecbedb #beeccf

#ecbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbedb Color CSS Codes

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

#ecbedb Text Font Color

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

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


#ecbedb Background Color

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

This div background color is #ecbedb


#ecbedb Border Color

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

This div border color is #ecbedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbedb


Comments

No comments written yet.

Please login to write comment.