Color Hex Logo

#ecdbee Color Hex

#ECDBEE
(236,219,238)
0 Favorites   0 Comments

Color spaces of #ecdbee

RGB 236219238
HSL0.820.360.90
HSV294°93°
CMYK 0.010.080.00   0.07
XYZ75.356274.668991.3298
Yxy74.66890.31220.3094
Hunter Lab86.41124.4442-2.1770
CIE-Lab89.23779.1576-7.1727

#ecdbee color RGB value is (236,219,238).

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

The process color (four color CMYK) of #ecdbee color hex is 0.01, 0.08, 0.00, 0.07. Web safe color of #ecdbee is #ffccff. Color #ecdbee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011011 11101110
Octal 354 333 356
Decimal 236 219 238
Hex EC DB EE

RGB Percentages of Color #ecdbee

%34.05
%31.60
%34.34

CMYK Percentages of Color #ecdbee

%1
%8
%0
%7

Triadic Colors of #ecdbee

#ecdbee #eeecdb #dbeeec

Analogous Colors of #ecdbee

#ecdbee #eedbe7 #e3dbee

Monochromatic Colors of #ecdbee

#ecdbee

Complementary Color

#ecdbee #ddeedb

#ecdbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdbee Color CSS Codes

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

#ecdbee Text Font Color

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

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


#ecdbee Background Color

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

This div background color is #ecdbee


#ecdbee Border Color

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

This div border color is #ecdbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdbee

#ecdbee Color Palettes


Comments

No comments written yet.

Please login to write comment.