Color Hex Logo

#ecdbfb Color Hex

#ECDBFB
(236,219,251)
0 Favorites   0 Comments

Color spaces of #ecdbfb

RGB 236219251
HSL0.760.800.92
HSV272°13°98°
CMYK 0.060.130.00   0.02
XYZ77.336275.4609101.7561
Yxy75.46090.30380.2964
Hunter Lab86.86826.8938-8.6436
CIE-Lab89.608411.5775-13.4540

#ecdbfb color RGB value is (236,219,251).

#ecdbfb hex color red value is 236, green value is 219 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ecdbfb hue: 0.76 , saturation: 0.80 and the lightness value of ecdbfb is 0.92.

The process color (four color CMYK) of #ecdbfb color hex is 0.06, 0.13, 0.00, 0.02. Web safe color of #ecdbfb is #ffccff. Color #ecdbfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011011 11111011
Octal 354 333 373
Decimal 236 219 251
Hex EC DB FB

RGB Percentages of Color #ecdbfb

%33.43
%31.02
%35.55

CMYK Percentages of Color #ecdbfb

%6
%13
%0
%2

Triadic Colors of #ecdbfb

#ecdbfb #fbecdb #dbfbec

Analogous Colors of #ecdbfb

#ecdbfb #fbdbfa #dcdbfb

Monochromatic Colors of #ecdbfb

#ecdbfb

Complementary Color

#ecdbfb #eafbdb

#ecdbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdbfb Color CSS Codes

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

#ecdbfb Text Font Color

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

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


#ecdbfb Background Color

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

This div background color is #ecdbfb


#ecdbfb Border Color

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

This div border color is #ecdbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdbfb


Comments

No comments written yet.

Please login to write comment.