Color Hex Logo

#ebbcd9 Color Hex

#EBBCD9
(235,188,217)
0 Favorites   0 Comments

Color spaces of #ebbcd9

RGB 235188217
HSL0.900.540.83
HSV323°20°92°
CMYK 0.000.200.08   0.08
XYZ64.768658.638473.5503
Yxy58.63840.32880.2977
Hunter Lab76.575716.9698-3.3445
CIE-Lab81.092421.4908-8.0835

#ebbcd9 color RGB value is (235,188,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 11011001
Octal 353 274 331
Decimal 235 188 217
Hex EB BC D9

RGB Percentages of Color #ebbcd9

%36.72
%29.38
%33.91

CMYK Percentages of Color #ebbcd9

%0
%20
%8
%8

Triadic Colors of #ebbcd9

#ebbcd9 #d9ebbc #bcd9eb

Analogous Colors of #ebbcd9

#ebbcd9 #ebbcc2 #e6bceb

Monochromatic Colors of #ebbcd9

#ebbcd9

Complementary Color

#ebbcd9 #bcebce

#ebbcd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbcd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbcd9 Color CSS Codes

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

#ebbcd9 Text Font Color

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

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


#ebbcd9 Background Color

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

This div background color is #ebbcd9


#ebbcd9 Border Color

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

This div border color is #ebbcd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbcd9


Comments

No comments written yet.

Please login to write comment.