Color Hex Logo

#f5deff Color Hex

#F5DEFF
(245,222,255)
0 Favorites   0 Comments

Color spaces of #f5deff

RGB 245222255
HSL0.781.000.94
HSV282°13°100°
CMYK 0.040.130.00   0.00
XYZ81.827578.8750105.5194
Yxy78.87500.30740.2963
Hunter Lab88.81169.0426-8.2759
CIE-Lab91.177713.6802-13.1298

#f5deff color RGB value is (245,222,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011110 11111111
Octal 365 336 377
Decimal 245 222 255
Hex F5 DE FF

RGB Percentages of Color #f5deff

%33.93
%30.75
%35.32

CMYK Percentages of Color #f5deff

%4
%13
%0
%0

Triadic Colors of #f5deff

#f5deff #fff5de #defff5

Analogous Colors of #f5deff

#f5deff #ffdef9 #e5deff

Monochromatic Colors of #f5deff

#f5deff

Complementary Color

#f5deff #e8ffde

#f5deff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5deff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5deff Color CSS Codes

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

#f5deff Text Font Color

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

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


#f5deff Background Color

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

This div background color is #f5deff


#f5deff Border Color

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

This div border color is #f5deff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5deff

Related Colors


Comments

No comments written yet.

Please login to write comment.