Color Hex Logo

#eecdfb Color Hex

#EECDFB
(238,205,251)
0 Favorites   0 Comments

Color spaces of #eecdfb

RGB 238205251
HSL0.790.850.89
HSV283°18°98°
CMYK 0.050.180.00   0.02
XYZ74.503868.8048100.6207
Yxy68.80480.30540.2821
Hunter Lab82.948715.1671-13.8576
CIE-Lab86.407319.6060-18.2432

#eecdfb color RGB value is (238,205,251).

#eecdfb hex color red value is 238, green value is 205 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #eecdfb hue: 0.79 , saturation: 0.85 and the lightness value of eecdfb is 0.89.

The process color (four color CMYK) of #eecdfb color hex is 0.05, 0.18, 0.00, 0.02. Web safe color of #eecdfb is #ffccff. Color #eecdfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 11111011
Octal 356 315 373
Decimal 238 205 251
Hex EE CD FB

RGB Percentages of Color #eecdfb

%34.29
%29.54
%36.17

CMYK Percentages of Color #eecdfb

%5
%18
%0
%2

Triadic Colors of #eecdfb

#eecdfb #fbeecd #cdfbee

Analogous Colors of #eecdfb

#eecdfb #fbcdf1 #d7cdfb

Monochromatic Colors of #eecdfb

#eecdfb

Complementary Color

#eecdfb #dafbcd

#eecdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecdfb Color CSS Codes

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

#eecdfb Text Font Color

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

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


#eecdfb Background Color

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

This div background color is #eecdfb


#eecdfb Border Color

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

This div border color is #eecdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecdfb


Comments

No comments written yet.

Please login to write comment.