Color Hex Logo

#ebdcda Color Hex

#EBDCDA
(235,220,218)
0 Favorites   0 Comments

Color spaces of #ebdcda

RGB 235220218
HSL0.020.300.89
HSV92°
CMYK 0.000.060.07   0.08
XYZ72.509073.910576.7742
Yxy73.91050.32490.3311
Hunter Lab85.97120.09917.2326
CIE-Lab88.88024.79532.8162

#ebdcda color RGB value is (235,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011100 11011010
Octal 353 334 332
Decimal 235 220 218
Hex EB DC DA

RGB Percentages of Color #ebdcda

%34.92
%32.69
%32.39

CMYK Percentages of Color #ebdcda

%0
%6
%7
%8

Triadic Colors of #ebdcda

#ebdcda #daebdc #dcdaeb

Analogous Colors of #ebdcda

#ebdcda #ebe5da #ebdae1

Monochromatic Colors of #ebdcda

#ebdcda

Complementary Color

#ebdcda #dae9eb

#ebdcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdcda Color CSS Codes

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

#ebdcda Text Font Color

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

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


#ebdcda Background Color

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

This div background color is #ebdcda


#ebdcda Border Color

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

This div border color is #ebdcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdcda


Comments

No comments written yet.

Please login to write comment.