Color Hex Logo

#f4dbff Color Hex

#F4DBFF
(244,219,255)
0 Favorites   0 Comments

Color spaces of #f4dbff

RGB 244219255
HSL0.781.000.93
HSV282°14°100°
CMYK 0.040.140.00   0.00
XYZ80.689777.1161105.2398
Yxy77.11610.30680.2932
Hunter Lab87.815810.3375-9.5830
CIE-Lab90.375014.9251-14.3388

#f4dbff color RGB value is (244,219,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 11011011 11111111
Octal 364 333 377
Decimal 244 219 255
Hex F4 DB FF

RGB Percentages of Color #f4dbff

%33.98
%30.50
%35.52

CMYK Percentages of Color #f4dbff

%4
%14
%0
%0

Triadic Colors of #f4dbff

#f4dbff #fff4db #dbfff4

Analogous Colors of #f4dbff

#f4dbff #ffdbf8 #e2dbff

Monochromatic Colors of #f4dbff

#f4dbff

Complementary Color

#f4dbff #e6ffdb

#f4dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4dbff Color CSS Codes

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

#f4dbff Text Font Color

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

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


#f4dbff Background Color

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

This div background color is #f4dbff


#f4dbff Border Color

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

This div border color is #f4dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4dbff


Comments

No comments written yet.

Please login to write comment.