Color Hex Logo

#ebdceb Color Hex

#EBDCEB
(235,220,235)
0 Favorites   0 Comments

Color spaces of #ebdceb

RGB 235220235
HSL0.830.270.89
HSV300°92°
CMYK 0.000.060.00   0.08
XYZ74.849574.846789.0991
Yxy74.84670.31340.3134
Hunter Lab86.51403.0338-0.5018
CIE-Lab89.32117.7582-5.4805

#ebdceb color RGB value is (235,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 11101011
Octal 353 334 353
Decimal 235 220 235
Hex EB DC EB

RGB Percentages of Color #ebdceb

%34.06
%31.88
%34.06

CMYK Percentages of Color #ebdceb

%0
%6
%0
%8

Triadic Colors of #ebdceb

#ebdceb #ebebdc #dcebeb

Analogous Colors of #ebdceb

#ebdceb #ebdce4 #e4dceb

Monochromatic Colors of #ebdceb

#ebdceb

Complementary Color

#ebdceb #dcebdc

#ebdceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdceb Color CSS Codes

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

#ebdceb Text Font Color

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

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


#ebdceb Background Color

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

This div background color is #ebdceb


#ebdceb Border Color

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

This div border color is #ebdceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdceb


Comments

No comments written yet.

Please login to write comment.