Color Hex Logo

#ebc2db Color Hex

#EBC2DB
(235,194,219)
0 Favorites   0 Comments

Color spaces of #ebc2db

RGB 235194219
HSL0.900.510.84
HSV323°17°92°
CMYK 0.000.170.07   0.08
XYZ66.338961.360275.3651
Yxy61.36020.32670.3022
Hunter Lab78.332814.0868-2.2109
CIE-Lab82.572018.6408-6.9641

#ebc2db color RGB value is (235,194,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 11011011
Octal 353 302 333
Decimal 235 194 219
Hex EB C2 DB

RGB Percentages of Color #ebc2db

%36.27
%29.94
%33.80

CMYK Percentages of Color #ebc2db

%0
%17
%7
%8

Triadic Colors of #ebc2db

#ebc2db #dbebc2 #c2dbeb

Analogous Colors of #ebc2db

#ebc2db #ebc2c7 #e7c2eb

Monochromatic Colors of #ebc2db

#ebc2db

Complementary Color

#ebc2db #c2ebd2

#ebc2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc2db Color CSS Codes

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

#ebc2db Text Font Color

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

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


#ebc2db Background Color

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

This div background color is #ebc2db


#ebc2db Border Color

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

This div border color is #ebc2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc2db


Comments

No comments written yet.

Please login to write comment.