Color Hex Logo

#ecdbeb Color Hex

#ECDBEB
(236,219,235)
0 Favorites   0 Comments

Color spaces of #ecdbeb

RGB 236219235
HSL0.840.310.89
HSV304°93°
CMYK 0.000.070.00   0.07
XYZ74.919074.494189.0274
Yxy74.49410.31420.3124
Hunter Lab86.31003.8996-0.7397
CIE-Lab89.15558.6151-5.7159

#ecdbeb color RGB value is (236,219,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011011 11101011
Octal 354 333 353
Decimal 236 219 235
Hex EC DB EB

RGB Percentages of Color #ecdbeb

%34.20
%31.74
%34.06

CMYK Percentages of Color #ecdbeb

%0
%7
%0
%7

Triadic Colors of #ecdbeb

#ecdbeb #ebecdb #dbebec

Analogous Colors of #ecdbeb

#ecdbeb #ecdbe3 #e5dbec

Monochromatic Colors of #ecdbeb

#ecdbeb

Complementary Color

#ecdbeb #dbecdc

#ecdbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdbeb Color CSS Codes

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

#ecdbeb Text Font Color

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

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


#ecdbeb Background Color

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

This div background color is #ecdbeb


#ecdbeb Border Color

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

This div border color is #ecdbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdbeb


Comments

No comments written yet.

Please login to write comment.