Color Hex Logo

#f4dcfa Color Hex

#F4DCFA
(244,220,250)
0 Favorites   0 Comments

Color spaces of #f4dcfa

RGB 244220250
HSL0.800.750.92
HSV288°12°98°
CMYK 0.020.120.00   0.02
XYZ80.156777.3216101.1423
Yxy77.32160.30990.2990
Hunter Lab87.93278.8328-6.6439
CIE-Lab90.469413.4734-11.5756

#f4dcfa color RGB value is (244,220,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 11011100 11111010
Octal 364 334 372
Decimal 244 220 250
Hex F4 DC FA

RGB Percentages of Color #f4dcfa

%34.17
%30.81
%35.01

CMYK Percentages of Color #f4dcfa

%2
%12
%0
%2

Triadic Colors of #f4dcfa

#f4dcfa #faf4dc #dcfaf4

Analogous Colors of #f4dcfa

#f4dcfa #fadcf1 #e5dcfa

Monochromatic Colors of #f4dcfa

#f4dcfa

Complementary Color

#f4dcfa #e2fadc

#f4dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4dcfa Color CSS Codes

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

#f4dcfa Text Font Color

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

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


#f4dcfa Background Color

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

This div background color is #f4dcfa


#f4dcfa Border Color

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

This div border color is #f4dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4dcfa


Comments

No comments written yet.

Please login to write comment.