Color Hex Logo

#f6effd Color Hex

#F6EFFD
(246,239,253)
0 Favorites   0 Comments

Color spaces of #f6effd

RGB 246239253
HSL0.750.780.96
HSV270°99°
CMYK 0.030.060.00   0.01
XYZ86.602288.4177105.4304
Yxy88.41770.30880.3153
Hunter Lab94.0307-0.1553-0.6565
CIE-Lab95.33654.8314-5.9037

#f6effd color RGB value is (246,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11101111 11111101
Octal 366 357 375
Decimal 246 239 253
Hex F6 EF FD

RGB Percentages of Color #f6effd

%33.33
%32.38
%34.28

CMYK Percentages of Color #f6effd

%3
%6
%0
%1

Triadic Colors of #f6effd

#f6effd #fdf6ef #effdf6

Analogous Colors of #f6effd

#f6effd #fdeffd #efeffd

Monochromatic Colors of #f6effd

#f6effd

Complementary Color

#f6effd #f6fdef

#f6effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6effd Color CSS Codes

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

#f6effd Text Font Color

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

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


#f6effd Background Color

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

This div background color is #f6effd


#f6effd Border Color

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

This div border color is #f6effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6effd

Related Colors


Comments

No comments written yet.

Please login to write comment.