Color Hex Logo

#eceafb Color Hex

#ECEAFB
(236,234,251)
0 Favorites   0 Comments

Color spaces of #eceafb

RGB 236234251
HSL0.690.680.95
HSV247°98°
CMYK 0.060.070.00   0.02
XYZ81.427583.6435103.1199
Yxy83.64350.30360.3119
Hunter Lab91.4568-1.1241-2.8312
CIE-Lab93.29543.7757-7.9668

#eceafb color RGB value is (236,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101010 11111011
Octal 354 352 373
Decimal 236 234 251
Hex EC EA FB

RGB Percentages of Color #eceafb

%32.73
%32.45
%34.81

CMYK Percentages of Color #eceafb

%6
%7
%0
%2

Triadic Colors of #eceafb

#eceafb #fbecea #eafbec

Analogous Colors of #eceafb

#eceafb #f5eafb #eaf1fb

Monochromatic Colors of #eceafb

#eceafb

Complementary Color

#eceafb #f9fbea

#eceafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eceafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eceafb Color CSS Codes

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

#eceafb Text Font Color

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

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


#eceafb Background Color

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

This div background color is #eceafb


#eceafb Border Color

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

This div border color is #eceafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eceafb

#eceafb Color Palettes


Comments

No comments written yet.

Please login to write comment.