Color Hex Logo

#ebcddb Color Hex

#EBCDDB
(235,205,219)
0 Favorites   0 Comments

Color spaces of #ebcddb

RGB 235205219
HSL0.920.430.86
HSV332°13°92°
CMYK 0.000.130.07   0.08
XYZ68.878566.439376.2116
Yxy66.43930.32560.3141
Hunter Lab81.51038.19451.6215
CIE-Lab85.220012.8159-3.0585

#ebcddb color RGB value is (235,205,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001101 11011011
Octal 353 315 333
Decimal 235 205 219
Hex EB CD DB

RGB Percentages of Color #ebcddb

%35.66
%31.11
%33.23

CMYK Percentages of Color #ebcddb

%0
%13
%7
%8

Triadic Colors of #ebcddb

#ebcddb #dbebcd #cddbeb

Analogous Colors of #ebcddb

#ebcddb #ebcecd #ebcdea

Monochromatic Colors of #ebcddb

#ebcddb

Complementary Color

#ebcddb #cdebdd

#ebcddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcddb Color CSS Codes

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

#ebcddb Text Font Color

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

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


#ebcddb Background Color

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

This div background color is #ebcddb


#ebcddb Border Color

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

This div border color is #ebcddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcddb


Comments

No comments written yet.

Please login to write comment.