Color Hex Logo

#ebdbdd Color Hex

#EBDBDD
(235,219,221)
0 Favorites   0 Comments

Color spaces of #ebdbdd

RGB 235219221
HSL0.980.290.89
HSV353°92°
CMYK 0.000.070.06   0.08
XYZ72.643673.545778.7736
Yxy73.54570.32290.3269
Hunter Lab85.75881.12395.5704
CIE-Lab88.70735.82280.9862

#ebdbdd color RGB value is (235,219,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 11011101
Octal 353 333 335
Decimal 235 219 221
Hex EB DB DD

RGB Percentages of Color #ebdbdd

%34.81
%32.44
%32.74

CMYK Percentages of Color #ebdbdd

%0
%7
%6
%8

Triadic Colors of #ebdbdd

#ebdbdd #ddebdb #dbddeb

Analogous Colors of #ebdbdd

#ebdbdd #ebe1db #ebdbe5

Monochromatic Colors of #ebdbdd

#ebdbdd

Complementary Color

#ebdbdd #dbebe9

#ebdbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbdd Color CSS Codes

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

#ebdbdd Text Font Color

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

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


#ebdbdd Background Color

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

This div background color is #ebdbdd


#ebdbdd Border Color

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

This div border color is #ebdbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbdd


Comments

No comments written yet.

Please login to write comment.