Color Hex Logo

#ebcbdd Color Hex

#EBCBDD
(235,203,221)
0 Favorites   0 Comments

Color spaces of #ebcbdd

RGB 235203221
HSL0.910.440.86
HSV326°14°92°
CMYK 0.000.140.06   0.08
XYZ68.668065.594577.4484
Yxy65.59450.32430.3098
Hunter Lab80.99049.6085-0.0037
CIE-Lab84.789214.2150-4.7568

#ebcbdd color RGB value is (235,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 11011101
Octal 353 313 335
Decimal 235 203 221
Hex EB CB DD

RGB Percentages of Color #ebcbdd

%35.66
%30.80
%33.54

CMYK Percentages of Color #ebcbdd

%0
%14
%6
%8

Triadic Colors of #ebcbdd

#ebcbdd #ddebcb #cbddeb

Analogous Colors of #ebcbdd

#ebcbdd #ebcbcd #e9cbeb

Monochromatic Colors of #ebcbdd

#ebcbdd

Complementary Color

#ebcbdd #cbebd9

#ebcbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcbdd Color CSS Codes

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

#ebcbdd Text Font Color

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

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


#ebcbdd Background Color

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

This div background color is #ebcbdd


#ebcbdd Border Color

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

This div border color is #ebcbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcbdd


Comments

No comments written yet.

Please login to write comment.