Color Hex Logo

#ebddeb Color Hex

#EBDDEB
(235,221,235)
0 Favorites   0 Comments

Color spaces of #ebddeb

RGB 235221235
HSL0.830.260.89
HSV300°92°
CMYK 0.000.060.00   0.08
XYZ75.112875.373289.1869
Yxy75.37320.31340.3145
Hunter Lab86.81772.5032-0.1355
CIE-Lab89.56757.2370-5.1171

#ebddeb color RGB value is (235,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 11101011
Octal 353 335 353
Decimal 235 221 235
Hex EB DD EB

RGB Percentages of Color #ebddeb

%34.01
%31.98
%34.01

CMYK Percentages of Color #ebddeb

%0
%6
%0
%8

Triadic Colors of #ebddeb

#ebddeb #ebebdd #ddebeb

Analogous Colors of #ebddeb

#ebddeb #ebdde4 #e4ddeb

Monochromatic Colors of #ebddeb

#ebddeb

Complementary Color

#ebddeb #ddebdd

#ebddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebddeb Color CSS Codes

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

#ebddeb Text Font Color

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

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


#ebddeb Background Color

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

This div background color is #ebddeb


#ebddeb Border Color

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

This div border color is #ebddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebddeb


Comments

No comments written yet.

Please login to write comment.