Color Hex Logo

#ebdee1 Color Hex

#EBDEE1
(235,222,225)
0 Favorites   0 Comments

Color spaces of #ebdee1

RGB 235222225
HSL0.960.250.90
HSV346°92°
CMYK 0.000.060.04   0.08
XYZ73.972875.341081.8776
Yxy75.34100.32000.3259
Hunter Lab86.79920.22434.8312
CIE-Lab89.55254.95130.1154

#ebdee1 color RGB value is (235,222,225).

#ebdee1 hex color red value is 235, green value is 222 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ebdee1 hue: 0.96 , saturation: 0.25 and the lightness value of ebdee1 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 11100001
Octal 353 336 341
Decimal 235 222 225
Hex EB DE E1

RGB Percentages of Color #ebdee1

%34.46
%32.55
%32.99

CMYK Percentages of Color #ebdee1

%0
%6
%4
%8

Triadic Colors of #ebdee1

#ebdee1 #e1ebde #dee1eb

Analogous Colors of #ebdee1

#ebdee1 #ebe2de #ebdee8

Monochromatic Colors of #ebdee1

#ebdee1

Complementary Color

#ebdee1 #deebe8

#ebdee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdee1 Color CSS Codes

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

#ebdee1 Text Font Color

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

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


#ebdee1 Background Color

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

This div background color is #ebdee1


#ebdee1 Border Color

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

This div border color is #ebdee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdee1


Comments

No comments written yet.

Please login to write comment.