Color Hex Logo

#f4daff Color Hex

#F4DAFF
(244,218,255)
3 Favorites   0 Comments

Color spaces of #f4daff

RGB 244218255
HSL0.781.000.93
HSV282°15°100°
CMYK 0.040.150.00   0.00
XYZ80.429676.5959105.1531
Yxy76.59590.30680.2922
Hunter Lab87.519110.8822-9.9728
CIE-Lab90.135315.4492-14.6978

#f4daff color RGB value is (244,218,255).

#f4daff hex color red value is 244, green value is 218 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f4daff hue: 0.78 , saturation: 1.00 and the lightness value of f4daff is 0.93.

The process color (four color CMYK) of #f4daff color hex is 0.04, 0.15, 0.00, 0.00. Web safe color of #f4daff is #ffccff. Color #f4daff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11011010 11111111
Octal 364 332 377
Decimal 244 218 255
Hex F4 DA FF

RGB Percentages of Color #f4daff

%34.03
%30.40
%35.56

CMYK Percentages of Color #f4daff

%4
%15
%0
%0

Triadic Colors of #f4daff

#f4daff #fff4da #dafff4

Analogous Colors of #f4daff

#f4daff #ffdaf8 #e2daff

Monochromatic Colors of #f4daff

#f4daff

Complementary Color

#f4daff #e5ffda

#f4daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4daff Color CSS Codes

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

#f4daff Text Font Color

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

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


#f4daff Background Color

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

This div background color is #f4daff


#f4daff Border Color

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

This div border color is #f4daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4daff

Related Colors


Comments

No comments written yet.

Please login to write comment.