Color Hex Logo

#f7dafe Color Hex

#F7DAFE
(247,218,254)
0 Favorites   0 Comments

Color spaces of #f7dafe

RGB 247218254
HSL0.800.950.93
HSV288°14°100°
CMYK 0.030.140.00   0.00
XYZ81.318677.0727104.3565
Yxy77.07270.30950.2933
Hunter Lab87.791111.7056-9.0238
CIE-Lab90.355116.2379-13.8184

#f7dafe color RGB value is (247,218,254).

#f7dafe hex color red value is 247, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f7dafe hue: 0.80 , saturation: 0.95 and the lightness value of f7dafe is 0.93.

The process color (four color CMYK) of #f7dafe color hex is 0.03, 0.14, 0.00, 0.00. Web safe color of #f7dafe is #ffccff. Color #f7dafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011010 11111110
Octal 367 332 376
Decimal 247 218 254
Hex F7 DA FE

RGB Percentages of Color #f7dafe

%34.35
%30.32
%35.33

CMYK Percentages of Color #f7dafe

%3
%14
%0
%0

Triadic Colors of #f7dafe

#f7dafe #fef7da #dafef7

Analogous Colors of #f7dafe

#f7dafe #fedaf3 #e5dafe

Monochromatic Colors of #f7dafe

#f7dafe

Complementary Color

#f7dafe #e1feda

#f7dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7dafe Color CSS Codes

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

#f7dafe Text Font Color

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

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


#f7dafe Background Color

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

This div background color is #f7dafe


#f7dafe Border Color

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

This div border color is #f7dafe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,218,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7dafe

Related Colors


Comments

No comments written yet.

Please login to write comment.