Color Hex Logo

#ececfb Color Hex

#ECECFB
(236,236,251)
1 Favorites   0 Comments

Color spaces of #ececfb

RGB 236236251
HSL0.670.650.95
HSV240°98°
CMYK 0.060.060.00   0.02
XYZ82.000184.7888103.3108
Yxy84.78880.30360.3139
Hunter Lab92.0808-2.1831-2.0643
CIE-Lab93.79202.7457-7.2317

#ececfb color RGB value is (236,236,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101100 11111011
Octal 354 354 373
Decimal 236 236 251
Hex EC EC FB

RGB Percentages of Color #ececfb

%32.64
%32.64
%34.72

CMYK Percentages of Color #ececfb

%6
%6
%0
%2

Triadic Colors of #ececfb

#ececfb #fbecec #ecfbec

Analogous Colors of #ececfb

#ececfb #f4ecfb #ecf4fb

Monochromatic Colors of #ececfb

#ececfb

Complementary Color

#ececfb #fbfbec

#ececfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ececfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ececfb Color CSS Codes

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

#ececfb Text Font Color

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

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


#ececfb Background Color

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

This div background color is #ececfb


#ececfb Border Color

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

This div border color is #ececfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ececfb


Comments

No comments written yet.

Please login to write comment.