Color Hex Logo

#ebdadb Color Hex

#EBDADB
(235,218,219)
0 Favorites   0 Comments

Color spaces of #ebdadb

RGB 235218219
HSL0.990.300.89
HSV356°92°
CMYK 0.000.070.07   0.08
XYZ72.118572.919477.2916
Yxy72.91940.32440.3280
Hunter Lab85.39291.31466.1099
CIE-Lab88.40936.00341.6053

#ebdadb color RGB value is (235,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 11011011
Octal 353 332 333
Decimal 235 218 219
Hex EB DA DB

RGB Percentages of Color #ebdadb

%34.97
%32.44
%32.59

CMYK Percentages of Color #ebdadb

%0
%7
%7
%8

Triadic Colors of #ebdadb

#ebdadb #dbebda #dadbeb

Analogous Colors of #ebdadb

#ebdadb #ebe2da #ebdae4

Monochromatic Colors of #ebdadb

#ebdadb

Complementary Color

#ebdadb #daebea

#ebdadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdadb Color CSS Codes

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

#ebdadb Text Font Color

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

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


#ebdadb Background Color

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

This div background color is #ebdadb


#ebdadb Border Color

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

This div border color is #ebdadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdadb


Comments

No comments written yet.

Please login to write comment.