Color Hex Logo

#f7dade Color Hex

#F7DADE
(247,218,222)
0 Favorites   0 Comments

Color spaces of #f7dade

RGB 247218222
HSL0.980.640.91
HSV352°12°97°
CMYK 0.000.120.10   0.03
XYZ76.614075.190979.5825
Yxy75.19090.33110.3250
Hunter Lab86.71275.96446.2842
CIE-Lab89.482310.66351.7099

#f7dade color RGB value is (247,218,222).

#f7dade hex color red value is 247, green value is 218 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f7dade hue: 0.98 , saturation: 0.64 and the lightness value of f7dade is 0.91.

The process color (four color CMYK) of #f7dade color hex is 0.00, 0.12, 0.10, 0.03. Web safe color of #f7dade is #ffcccc. Color #f7dade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011010 11011110
Octal 367 332 336
Decimal 247 218 222
Hex F7 DA DE

RGB Percentages of Color #f7dade

%35.95
%31.73
%32.31

CMYK Percentages of Color #f7dade

%0
%12
%10
%3

Triadic Colors of #f7dade

#f7dade #def7da #dadef7

Analogous Colors of #f7dade

#f7dade #f7e5da #f7daed

Monochromatic Colors of #f7dade

#f7dade

Complementary Color

#f7dade #daf7f3

#f7dade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7dade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7dade Color CSS Codes

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

#f7dade Text Font Color

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

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


#f7dade Background Color

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

This div background color is #f7dade


#f7dade Border Color

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

This div border color is #f7dade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7dade

#f7dade Color Palettes


Comments

No comments written yet.

Please login to write comment.