Color Hex Logo

#f7edfd Color Hex

#F7EDFD
(247,237,253)
0 Favorites   0 Comments

Color spaces of #f7edfd

RGB 247237253
HSL0.770.800.96
HSV278°99°
CMYK 0.020.060.00   0.01
XYZ86.371687.4344105.2528
Yxy87.43440.30950.3133
Hunter Lab93.50641.2439-1.2837
CIE-Lab94.92236.1864-6.5068

#f7edfd color RGB value is (247,237,253).

#f7edfd hex color red value is 247, green value is 237 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f7edfd hue: 0.77 , saturation: 0.80 and the lightness value of f7edfd is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11101101 11111101
Octal 367 355 375
Decimal 247 237 253
Hex F7 ED FD

RGB Percentages of Color #f7edfd

%33.51
%32.16
%34.33

CMYK Percentages of Color #f7edfd

%2
%6
%0
%1

Triadic Colors of #f7edfd

#f7edfd #fdf7ed #edfdf7

Analogous Colors of #f7edfd

#f7edfd #fdedfb #efedfd

Monochromatic Colors of #f7edfd

#f7edfd

Complementary Color

#f7edfd #f3fded

#f7edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7edfd Color CSS Codes

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

#f7edfd Text Font Color

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

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


#f7edfd Background Color

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

This div background color is #f7edfd


#f7edfd Border Color

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

This div border color is #f7edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7edfd

Related Colors


Comments

No comments written yet.

Please login to write comment.