Color Hex Logo

#eceffd Color Hex

#ECEFFD
(236,239,253)
0 Favorites   0 Comments

Color spaces of #eceffd

RGB 236239253
HSL0.640.810.96
HSV229°99°
CMYK 0.070.060.00   0.01
XYZ83.188286.6577105.2706
Yxy86.65770.30240.3150
Hunter Lab93.0901-3.3946-1.8848
CIE-Lab94.59281.5818-7.0860

#eceffd color RGB value is (236,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101111 11111101
Octal 354 357 375
Decimal 236 239 253
Hex EC EF FD

RGB Percentages of Color #eceffd

%32.42
%32.83
%34.75

CMYK Percentages of Color #eceffd

%7
%6
%0
%1

Triadic Colors of #eceffd

#eceffd #fdecef #effdec

Analogous Colors of #eceffd

#eceffd #f2ecfd #ecf8fd

Monochromatic Colors of #eceffd

#eceffd

Complementary Color

#eceffd #fdfaec

#eceffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eceffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eceffd Color CSS Codes

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

#eceffd Text Font Color

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

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


#eceffd Background Color

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

This div background color is #eceffd


#eceffd Border Color

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

This div border color is #eceffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eceffd


Comments

No comments written yet.

Please login to write comment.