Color Hex Logo

#f5fade Color Hex

#F5FADE
(245,250,222)
0 Favorites   0 Comments

Color spaces of #f5fade

RGB 245250222
HSL0.200.740.93
HSV71°11°98°
CMYK 0.020.000.11   0.02
XYZ85.026693.057682.5878
Yxy93.05760.32620.3570
Hunter Lab96.4664-11.484116.7665
CIE-Lab97.2510-6.378112.8643

#f5fade color RGB value is (245,250,222).

#f5fade hex color red value is 245, green value is 250 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f5fade hue: 0.20 , saturation: 0.74 and the lightness value of f5fade is 0.93.

The process color (four color CMYK) of #f5fade color hex is 0.02, 0.00, 0.11, 0.02. Web safe color of #f5fade is #ffffcc. Color #f5fade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111010 11011110
Octal 365 372 336
Decimal 245 250 222
Hex F5 FA DE

RGB Percentages of Color #f5fade

%34.17
%34.87
%30.96

CMYK Percentages of Color #f5fade

%2
%0
%11
%2

Triadic Colors of #f5fade

#f5fade #def5fa #fadef5

Analogous Colors of #f5fade

#f5fade #e7fade #faf1de

Monochromatic Colors of #f5fade

#f5fade

Complementary Color

#f5fade #e3defa

#f5fade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5fade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5fade Color CSS Codes

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

#f5fade Text Font Color

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

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


#f5fade Background Color

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

This div background color is #f5fade


#f5fade Border Color

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

This div border color is #f5fade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5fade

Related Colors


Comments

No comments written yet.

Please login to write comment.