Color Hex Logo

#ebcbdb Color Hex

#EBCBDB
(235,203,219)
0 Favorites   0 Comments

Color spaces of #ebcbdb

RGB 235203219
HSL0.920.440.86
HSV330°14°92°
CMYK 0.000.140.07   0.08
XYZ68.403165.488576.0531
Yxy65.48850.32580.3119
Hunter Lab80.92509.26120.9269
CIE-Lab84.734813.8715-3.7718

#ebcbdb color RGB value is (235,203,219).

#ebcbdb hex color red value is 235, green value is 203 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ebcbdb hue: 0.92 , saturation: 0.44 and the lightness value of ebcbdb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 11011011
Octal 353 313 333
Decimal 235 203 219
Hex EB CB DB

RGB Percentages of Color #ebcbdb

%35.77
%30.90
%33.33

CMYK Percentages of Color #ebcbdb

%0
%14
%7
%8

Triadic Colors of #ebcbdb

#ebcbdb #dbebcb #cbdbeb

Analogous Colors of #ebcbdb

#ebcbdb #ebcbcb #ebcbeb

Monochromatic Colors of #ebcbdb

#ebcbdb

Complementary Color

#ebcbdb #cbebdb

#ebcbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcbdb Color CSS Codes

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

#ebcbdb Text Font Color

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

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


#ebcbdb Background Color

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

This div background color is #ebcbdb


#ebcbdb Border Color

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

This div border color is #ebcbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcbdb


Comments

No comments written yet.

Please login to write comment.