Color Hex Logo

#eecefb Color Hex

#EECEFB
(238,206,251)
0 Favorites   0 Comments

Color spaces of #eecefb

RGB 238206251
HSL0.790.850.90
HSV283°18°98°
CMYK 0.050.180.00   0.02
XYZ74.743869.2848100.7007
Yxy69.28480.30540.2831
Hunter Lab83.237514.6200-13.4628
CIE-Lab86.644919.0764-17.8852

#eecefb color RGB value is (238,206,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001110 11111011
Octal 356 316 373
Decimal 238 206 251
Hex EE CE FB

RGB Percentages of Color #eecefb

%34.24
%29.64
%36.12

CMYK Percentages of Color #eecefb

%5
%18
%0
%2

Triadic Colors of #eecefb

#eecefb #fbeece #cefbee

Analogous Colors of #eecefb

#eecefb #fbcef2 #d8cefb

Monochromatic Colors of #eecefb

#eecefb

Complementary Color

#eecefb #dbfbce

#eecefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecefb Color CSS Codes

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

#eecefb Text Font Color

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

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


#eecefb Background Color

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

This div background color is #eecefb


#eecefb Border Color

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

This div border color is #eecefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecefb


Comments

No comments written yet.

Please login to write comment.