Color Hex Logo

#eebfde Color Hex

#EEBFDE
(238,191,222)
0 Favorites   0 Comments

Color spaces of #eebfde

RGB 238191222
HSL0.890.580.84
HSV320°20°93°
CMYK 0.000.200.07   0.07
XYZ67.075560.712777.2907
Yxy60.71270.32710.2960
Hunter Lab77.918417.3034-4.2696
CIE-Lab82.224121.7761-9.0581

#eebfde color RGB value is (238,191,222).

#eebfde hex color red value is 238, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eebfde hue: 0.89 , saturation: 0.58 and the lightness value of eebfde is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111111 11011110
Octal 356 277 336
Decimal 238 191 222
Hex EE BF DE

RGB Percentages of Color #eebfde

%36.56
%29.34
%34.10

CMYK Percentages of Color #eebfde

%0
%20
%7
%7

Triadic Colors of #eebfde

#eebfde #deeebf #bfdeee

Analogous Colors of #eebfde

#eebfde #eebfc7 #e7bfee

Monochromatic Colors of #eebfde

#eebfde

Complementary Color

#eebfde #bfeecf

#eebfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebfde Color CSS Codes

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

#eebfde Text Font Color

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

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


#eebfde Background Color

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

This div background color is #eebfde


#eebfde Border Color

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

This div border color is #eebfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebfde


Comments

No comments written yet.

Please login to write comment.