Color Hex Logo

#ebdbdf Color Hex

#EBDBDF
(235,219,223)
0 Favorites   0 Comments

Color spaces of #ebdbdf

RGB 235219223
HSL0.960.290.89
HSV345°92°
CMYK 0.000.070.05   0.08
XYZ72.911873.652980.1856
Yxy73.65290.32160.3248
Hunter Lab85.82131.46234.6783
CIE-Lab88.75826.16550.0074

#ebdbdf color RGB value is (235,219,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 11011111
Octal 353 333 337
Decimal 235 219 223
Hex EB DB DF

RGB Percentages of Color #ebdbdf

%34.71
%32.35
%32.94

CMYK Percentages of Color #ebdbdf

%0
%7
%5
%8

Triadic Colors of #ebdbdf

#ebdbdf #dfebdb #dbdfeb

Analogous Colors of #ebdbdf

#ebdbdf #ebdfdb #ebdbe7

Monochromatic Colors of #ebdbdf

#ebdbdf

Complementary Color

#ebdbdf #dbebe7

#ebdbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdbdf Color CSS Codes

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

#ebdbdf Text Font Color

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

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


#ebdbdf Background Color

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

This div background color is #ebdbdf


#ebdbdf Border Color

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

This div border color is #ebdbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdbdf


Comments

No comments written yet.

Please login to write comment.