Color Hex Logo

#eceefb Color Hex

#ECEEFB
(236,238,251)
2 Favorites   0 Comments

Color spaces of #eceefb

RGB 236238251
HSL0.640.650.95
HSV232°98°
CMYK 0.060.050.00   0.02
XYZ82.579285.9470103.5038
Yxy85.94700.30360.3159
Hunter Lab92.7076-3.2396-1.2992
CIE-Lab94.28971.7186-6.4960

#eceefb color RGB value is (236,238,251).

#eceefb hex color red value is 236, green value is 238 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #eceefb hue: 0.64 , saturation: 0.65 and the lightness value of eceefb is 0.95.

The process color (four color CMYK) of #eceefb color hex is 0.06, 0.05, 0.00, 0.02. Web safe color of #eceefb is #ffffff. Color #eceefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101110 11111011
Octal 354 356 373
Decimal 236 238 251
Hex EC EE FB

RGB Percentages of Color #eceefb

%32.55
%32.83
%34.62

CMYK Percentages of Color #eceefb

%6
%5
%0
%2

Triadic Colors of #eceefb

#eceefb #fbecee #eefbec

Analogous Colors of #eceefb

#eceefb #f2ecfb #ecf6fb

Monochromatic Colors of #eceefb

#eceefb

Complementary Color

#eceefb #fbf9ec

#eceefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eceefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eceefb Color CSS Codes

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

#eceefb Text Font Color

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

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


#eceefb Background Color

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

This div background color is #eceefb


#eceefb Border Color

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

This div border color is #eceefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eceefb


Comments

No comments written yet.

Please login to write comment.