Color Hex Logo

#ebddda Color Hex

#EBDDDA
(235,221,218)
0 Favorites   0 Comments

Color spaces of #ebddda

RGB 235221218
HSL0.030.300.89
HSV11°92°
CMYK 0.000.060.07   0.08
XYZ72.772374.437076.8619
Yxy74.43700.32480.3322
Hunter Lab86.2769-0.42447.5738
CIE-Lab89.12864.27673.1768

#ebddda color RGB value is (235,221,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 11011010
Octal 353 335 332
Decimal 235 221 218
Hex EB DD DA

RGB Percentages of Color #ebddda

%34.87
%32.79
%32.34

CMYK Percentages of Color #ebddda

%0
%6
%7
%8

Triadic Colors of #ebddda

#ebddda #daebdd #dddaeb

Analogous Colors of #ebddda

#ebddda #ebe6da #ebdae0

Monochromatic Colors of #ebddda

#ebddda

Complementary Color

#ebddda #dae8eb

#ebddda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebddda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebddda Color CSS Codes

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

#ebddda Text Font Color

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

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


#ebddda Background Color

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

This div background color is #ebddda


#ebddda Border Color

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

This div border color is #ebddda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebddda


Comments

No comments written yet.

Please login to write comment.