Color Hex Logo

#ebdada Color Hex

#EBDADA
(235,218,218)
8 Favorites   0 Comments

Color spaces of #ebdada

RGB 235218218
HSL0.000.300.89
HSV92°
CMYK 0.000.070.07   0.08
XYZ71.987272.866976.6003
Yxy72.86690.32510.3290
Hunter Lab85.36211.14816.5492
CIE-Lab88.38425.83452.0956

#ebdada color RGB value is (235,218,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 11011010
Octal 353 332 332
Decimal 235 218 218
Hex EB DA DA

RGB Percentages of Color #ebdada

%35.02
%32.49
%32.49

CMYK Percentages of Color #ebdada

%0
%7
%7
%8

Triadic Colors of #ebdada

#ebdada #daebda #dadaeb

Analogous Colors of #ebdada

#ebdada #ebe3da #ebdae3

Monochromatic Colors of #ebdada

#ebdada

Complementary Color

#ebdada #daebeb

#ebdada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdada Color CSS Codes

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

#ebdada Text Font Color

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

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


#ebdada Background Color

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

This div background color is #ebdada


#ebdada Border Color

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

This div border color is #ebdada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdada


Comments

No comments written yet.

Please login to write comment.