Color Hex Logo

#ebbcdb Color Hex

#EBBCDB
(235,188,219)
0 Favorites   0 Comments

Color spaces of #ebbcdb

RGB 235188219
HSL0.890.540.83
HSV320°20°92°
CMYK 0.000.200.07   0.08
XYZ65.030458.743174.9289
Yxy58.74310.32730.2956
Hunter Lab76.644017.3253-4.3124
CIE-Lab81.150221.8339-9.0736

#ebbcdb color RGB value is (235,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 11011011
Octal 353 274 333
Decimal 235 188 219
Hex EB BC DB

RGB Percentages of Color #ebbcdb

%36.60
%29.28
%34.11

CMYK Percentages of Color #ebbcdb

%0
%20
%7
%8

Triadic Colors of #ebbcdb

#ebbcdb #dbebbc #bcdbeb

Analogous Colors of #ebbcdb

#ebbcdb #ebbcc4 #e4bceb

Monochromatic Colors of #ebbcdb

#ebbcdb

Complementary Color

#ebbcdb #bcebcc

#ebbcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbcdb Color CSS Codes

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

#ebbcdb Text Font Color

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

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


#ebbcdb Background Color

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

This div background color is #ebbcdb


#ebbcdb Border Color

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

This div border color is #ebbcdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,188,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 #ebbcdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbcdb


Comments

No comments written yet.

Please login to write comment.