Color Hex Logo

#ebdfda Color Hex

#EBDFDA
(235,223,218)
0 Favorites   0 Comments

Color spaces of #ebdfda

RGB 235223218
HSL0.050.300.89
HSV18°92°
CMYK 0.000.050.07   0.08
XYZ73.303575.499577.0390
Yxy75.49950.32460.3343
Hunter Lab86.8904-1.47018.2555
CIE-Lab89.62643.24113.8985

#ebdfda color RGB value is (235,223,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 11011010
Octal 353 337 332
Decimal 235 223 218
Hex EB DF DA

RGB Percentages of Color #ebdfda

%34.76
%32.99
%32.25

CMYK Percentages of Color #ebdfda

%0
%5
%7
%8

Triadic Colors of #ebdfda

#ebdfda #daebdf #dfdaeb

Analogous Colors of #ebdfda

#ebdfda #ebe8da #ebdade

Monochromatic Colors of #ebdfda

#ebdfda

Complementary Color

#ebdfda #dae6eb

#ebdfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdfda Color CSS Codes

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

#ebdfda Text Font Color

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

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


#ebdfda Background Color

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

This div background color is #ebdfda


#ebdfda Border Color

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

This div border color is #ebdfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdfda


Comments

No comments written yet.

Please login to write comment.