Color Hex Logo

#ecdbe5 Color Hex

#ECDBE5
(236,219,229)
0 Favorites   0 Comments

Color spaces of #ecdbe5

RGB 236219229
HSL0.900.310.89
HSV325°93°
CMYK 0.000.070.03   0.07
XYZ74.066474.153084.5380
Yxy74.15300.31820.3186
Hunter Lab86.11212.83442.0723
CIE-Lab88.99477.5492-2.7951

#ecdbe5 color RGB value is (236,219,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011011 11100101
Octal 354 333 345
Decimal 236 219 229
Hex EC DB E5

RGB Percentages of Color #ecdbe5

%34.50
%32.02
%33.48

CMYK Percentages of Color #ecdbe5

%0
%7
%3
%7

Triadic Colors of #ecdbe5

#ecdbe5 #e5ecdb #dbe5ec

Analogous Colors of #ecdbe5

#ecdbe5 #ecdbdd #ebdbec

Monochromatic Colors of #ecdbe5

#ecdbe5

Complementary Color

#ecdbe5 #dbece2

#ecdbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdbe5 Color CSS Codes

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

#ecdbe5 Text Font Color

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

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


#ecdbe5 Background Color

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

This div background color is #ecdbe5


#ecdbe5 Border Color

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

This div border color is #ecdbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdbe5


Comments

No comments written yet.

Please login to write comment.