Color Hex Logo

#f4dffa Color Hex

#F4DFFA
(244,223,250)
0 Favorites   0 Comments

Color spaces of #f4dffa

RGB 244223250
HSL0.800.730.93
HSV287°11°98°
CMYK 0.020.110.00   0.02
XYZ80.951278.9106101.4072
Yxy78.91060.30980.3020
Hunter Lab88.83167.2095-5.5013
CIE-Lab91.193811.9067-10.4968

#f4dffa color RGB value is (244,223,250).

#f4dffa hex color red value is 244, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f4dffa hue: 0.80 , saturation: 0.73 and the lightness value of f4dffa is 0.93.

The process color (four color CMYK) of #f4dffa color hex is 0.02, 0.11, 0.00, 0.02. Web safe color of #f4dffa is #ffccff. Color #f4dffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11011111 11111010
Octal 364 337 372
Decimal 244 223 250
Hex F4 DF FA

RGB Percentages of Color #f4dffa

%34.03
%31.10
%34.87

CMYK Percentages of Color #f4dffa

%2
%11
%0
%2

Triadic Colors of #f4dffa

#f4dffa #faf4df #dffaf4

Analogous Colors of #f4dffa

#f4dffa #fadff3 #e7dffa

Monochromatic Colors of #f4dffa

#f4dffa

Complementary Color

#f4dffa #e5fadf

#f4dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4dffa Color CSS Codes

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

#f4dffa Text Font Color

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

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


#f4dffa Background Color

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

This div background color is #f4dffa


#f4dffa Border Color

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

This div border color is #f4dffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,223,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f4dffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f4dffa;
  -webkit-box-shadow: 1px 1px 3px 2px #f4dffa;
  box-shadow:         1px 1px 3px 2px #f4dffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,223,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4dffa


Comments

No comments written yet.

Please login to write comment.