Color Hex Logo

#f6ecfd Color Hex

#F6ECFD
(246,236,253)
0 Favorites   0 Comments

Color spaces of #f6ecfd

RGB 246236253
HSL0.760.810.96
HSV275°99°
CMYK 0.030.070.00   0.01
XYZ85.731186.6756105.1401
Yxy86.67560.30890.3123
Hunter Lab93.09971.4476-1.7880
CIE-Lab94.60056.3735-6.9911

#f6ecfd color RGB value is (246,236,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11101100 11111101
Octal 366 354 375
Decimal 246 236 253
Hex F6 EC FD

RGB Percentages of Color #f6ecfd

%33.47
%32.11
%34.42

CMYK Percentages of Color #f6ecfd

%3
%7
%0
%1

Triadic Colors of #f6ecfd

#f6ecfd #fdf6ec #ecfdf6

Analogous Colors of #f6ecfd

#f6ecfd #fdecfc #eeecfd

Monochromatic Colors of #f6ecfd

#f6ecfd

Complementary Color

#f6ecfd #f3fdec

#f6ecfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6ecfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6ecfd Color CSS Codes

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

#f6ecfd Text Font Color

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

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


#f6ecfd Background Color

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

This div background color is #f6ecfd


#f6ecfd Border Color

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

This div border color is #f6ecfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6ecfd

Related Colors


Comments

No comments written yet.

Please login to write comment.