Color Hex Logo

#ecfbfd Color Hex

#ECFBFD
(236,251,253)
0 Favorites   0 Comments

Color spaces of #ecfbfd

RGB 236251253
HSL0.520.810.96
HSV187°99°
CMYK 0.070.010.00   0.01
XYZ86.818993.9191106.4809
Yxy93.91910.30230.3270
Hunter Lab96.9119-9.68582.6940
CIE-Lab97.5994-4.5182-2.6573

#ecfbfd color RGB value is (236,251,253).

#ecfbfd hex color red value is 236, green value is 251 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ecfbfd hue: 0.52 , saturation: 0.81 and the lightness value of ecfbfd is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11111011 11111101
Octal 354 373 375
Decimal 236 251 253
Hex EC FB FD

RGB Percentages of Color #ecfbfd

%31.89
%33.92
%34.19

CMYK Percentages of Color #ecfbfd

%7
%1
%0
%1

Triadic Colors of #ecfbfd

#ecfbfd #fdecfb #fbfdec

Analogous Colors of #ecfbfd

#ecfbfd #ecf3fd #ecfdf7

Monochromatic Colors of #ecfbfd

#ecfbfd

Complementary Color

#ecfbfd #fdeeec

#ecfbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecfbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecfbfd Color CSS Codes

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

#ecfbfd Text Font Color

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

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


#ecfbfd Background Color

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

This div background color is #ecfbfd


#ecfbfd Border Color

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

This div border color is #ecfbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecfbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.