Color Hex Logo

#ecbfdd Color Hex

#ECBFDD
(236,191,221)
0 Favorites   0 Comments

Color spaces of #ecbfdd

RGB 236191221
HSL0.890.540.84
HSV320°19°93°
CMYK 0.000.190.06   0.07
XYZ66.274060.314976.5555
Yxy60.31490.32620.2969
Hunter Lab77.662716.4146-4.0809
CIE-Lab82.009120.9226-8.8613

#ecbfdd color RGB value is (236,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111111 11011101
Octal 354 277 335
Decimal 236 191 221
Hex EC BF DD

RGB Percentages of Color #ecbfdd

%36.42
%29.48
%34.10

CMYK Percentages of Color #ecbfdd

%0
%19
%6
%7

Triadic Colors of #ecbfdd

#ecbfdd #ddecbf #bfddec

Analogous Colors of #ecbfdd

#ecbfdd #ecbfc7 #e5bfec

Monochromatic Colors of #ecbfdd

#ecbfdd

Complementary Color

#ecbfdd #bfecce

#ecbfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbfdd Color CSS Codes

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

#ecbfdd Text Font Color

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

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


#ecbfdd Background Color

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

This div background color is #ecbfdd


#ecbfdd Border Color

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

This div border color is #ecbfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbfdd


Comments

No comments written yet.

Please login to write comment.