Color Hex Logo

#eedbe5 Color Hex

#EEDBE5
(238,219,229)
0 Favorites   0 Comments

Color spaces of #eedbe5

RGB 238219229
HSL0.910.360.90
HSV328°93°
CMYK 0.000.080.04   0.07
XYZ74.734374.497384.5692
Yxy74.49730.31960.3186
Hunter Lab86.31183.51102.3253
CIE-Lab89.15708.2288-2.5380

#eedbe5 color RGB value is (238,219,229).

#eedbe5 hex color red value is 238, green value is 219 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #eedbe5 hue: 0.91 , saturation: 0.36 and the lightness value of eedbe5 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 11100101
Octal 356 333 345
Decimal 238 219 229
Hex EE DB E5

RGB Percentages of Color #eedbe5

%34.69
%31.92
%33.38

CMYK Percentages of Color #eedbe5

%0
%8
%4
%7

Triadic Colors of #eedbe5

#eedbe5 #e5eedb #dbe5ee

Analogous Colors of #eedbe5

#eedbe5 #eedbdc #eedbee

Monochromatic Colors of #eedbe5

#eedbe5

Complementary Color

#eedbe5 #dbeee4

#eedbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbe5 Color CSS Codes

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

#eedbe5 Text Font Color

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

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


#eedbe5 Background Color

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

This div background color is #eedbe5


#eedbe5 Border Color

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

This div border color is #eedbe5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,219,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eedbe5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eedbe5;
  -webkit-box-shadow: 1px 1px 3px 2px #eedbe5;
  box-shadow:         1px 1px 3px 2px #eedbe5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbe5

#eedbe5 Color Palettes


Comments

No comments written yet.

Please login to write comment.