Color Hex Logo

#eebfdb Color Hex

#EEBFDB
(238,191,219)
0 Favorites   0 Comments

Color spaces of #eebfdb

RGB 238191219
HSL0.900.580.84
HSV324°20°93°
CMYK 0.000.200.08   0.07
XYZ66.676960.553275.1915
Yxy60.55320.32940.2991
Hunter Lab77.815916.7706-2.8192
CIE-Lab82.138021.2636-7.5765

#eebfdb color RGB value is (238,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111111 11011011
Octal 356 277 333
Decimal 238 191 219
Hex EE BF DB

RGB Percentages of Color #eebfdb

%36.73
%29.48
%33.80

CMYK Percentages of Color #eebfdb

%0
%20
%8
%7

Triadic Colors of #eebfdb

#eebfdb #dbeebf #bfdbee

Analogous Colors of #eebfdb

#eebfdb #eebfc4 #eabfee

Monochromatic Colors of #eebfdb

#eebfdb

Complementary Color

#eebfdb #bfeed2

#eebfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebfdb Color CSS Codes

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

#eebfdb Text Font Color

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

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


#eebfdb Background Color

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

This div background color is #eebfdb


#eebfdb Border Color

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

This div border color is #eebfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebfdb

#eebfdb Color Palettes


Comments

No comments written yet.

Please login to write comment.