Color Hex Logo

#ebdcdf Color Hex

#EBDCDF
(235,220,223)
0 Favorites   0 Comments

Color spaces of #ebdcdf

RGB 235220223
HSL0.970.270.89
HSV348°92°
CMYK 0.000.060.05   0.08
XYZ73.173474.176380.2728
Yxy74.17630.32150.3259
Hunter Lab86.12570.93585.0272
CIE-Lab89.00575.64520.3688

#ebdcdf color RGB value is (235,220,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 11011111
Octal 353 334 337
Decimal 235 220 223
Hex EB DC DF

RGB Percentages of Color #ebdcdf

%34.66
%32.45
%32.89

CMYK Percentages of Color #ebdcdf

%0
%6
%5
%8

Triadic Colors of #ebdcdf

#ebdcdf #dfebdc #dcdfeb

Analogous Colors of #ebdcdf

#ebdcdf #ebe1dc #ebdce7

Monochromatic Colors of #ebdcdf

#ebdcdf

Complementary Color

#ebdcdf #dcebe8

#ebdcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdcdf Color CSS Codes

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

#ebdcdf Text Font Color

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

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


#ebdcdf Background Color

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

This div background color is #ebdcdf


#ebdcdf Border Color

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

This div border color is #ebdcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdcdf


Comments

No comments written yet.

Please login to write comment.