Color Hex Logo

#eebde7 Color Hex

#EEBDE7
(238,189,231)
0 Favorites   0 Comments

Color spaces of #eebde7

RGB 238189231
HSL0.860.590.84
HSV309°21°93°
CMYK 0.000.210.03   0.07
XYZ67.881360.341983.6707
Yxy60.34190.32040.2848
Hunter Lab77.680020.0435-9.4864
CIE-Lab82.023724.4153-14.1834

#eebde7 color RGB value is (238,189,231).

#eebde7 hex color red value is 238, green value is 189 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #eebde7 hue: 0.86 , saturation: 0.59 and the lightness value of eebde7 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 11100111
Octal 356 275 347
Decimal 238 189 231
Hex EE BD E7

RGB Percentages of Color #eebde7

%36.17
%28.72
%35.11

CMYK Percentages of Color #eebde7

%0
%21
%3
%7

Triadic Colors of #eebde7

#eebde7 #e7eebd #bde7ee

Analogous Colors of #eebde7

#eebde7 #eebdcf #ddbdee

Monochromatic Colors of #eebde7

#eebde7

Complementary Color

#eebde7 #bdeec4

#eebde7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebde7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebde7 Color CSS Codes

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

#eebde7 Text Font Color

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

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


#eebde7 Background Color

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

This div background color is #eebde7


#eebde7 Border Color

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

This div border color is #eebde7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebde7


Comments

No comments written yet.

Please login to write comment.