Color Hex Logo

#eedbe7 Color Hex

#EEDBE7
(238,219,231)
0 Favorites   0 Comments

Color spaces of #eedbe7

RGB 238219231
HSL0.890.360.90
HSV322°93°
CMYK 0.000.080.03   0.07
XYZ75.015274.609786.0487
Yxy74.60970.31830.3166
Hunter Lab86.37693.86121.3991
CIE-Lab89.20998.5784-3.5127

#eedbe7 color RGB value is (238,219,231).

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

The process color (four color CMYK) of #eedbe7 color hex is 0.00, 0.08, 0.03, 0.07. Web safe color of #eedbe7 is #ffccff. Color #eedbe7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 11100111
Octal 356 333 347
Decimal 238 219 231
Hex EE DB E7

RGB Percentages of Color #eedbe7

%34.59
%31.83
%33.58

CMYK Percentages of Color #eedbe7

%0
%8
%3
%7

Triadic Colors of #eedbe7

#eedbe7 #e7eedb #dbe7ee

Analogous Colors of #eedbe7

#eedbe7 #eedbde #ecdbee

Monochromatic Colors of #eedbe7

#eedbe7

Complementary Color

#eedbe7 #dbeee2

#eedbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedbe7 Color CSS Codes

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

#eedbe7 Text Font Color

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

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


#eedbe7 Background Color

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

This div background color is #eedbe7


#eedbe7 Border Color

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

This div border color is #eedbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedbe7


Comments

No comments written yet.

Please login to write comment.