Color Hex Logo

#f5fadf Color Hex

#F5FADF
(245,250,223)
0 Favorites   0 Comments

Color spaces of #f5fadf

RGB 245250223
HSL0.200.730.93
HSV71°11°98°
CMYK 0.020.000.11   0.02
XYZ85.161193.111483.2959
Yxy93.11140.32560.3560
Hunter Lab96.4942-11.329616.3656
CIE-Lab97.2728-6.218312.3821

#f5fadf color RGB value is (245,250,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111010 11011111
Octal 365 372 337
Decimal 245 250 223
Hex F5 FA DF

RGB Percentages of Color #f5fadf

%34.12
%34.82
%31.06

CMYK Percentages of Color #f5fadf

%2
%0
%11
%2

Triadic Colors of #f5fadf

#f5fadf #dff5fa #fadff5

Analogous Colors of #f5fadf

#f5fadf #e8fadf #faf2df

Monochromatic Colors of #f5fadf

#f5fadf

Complementary Color

#f5fadf #e4dffa

#f5fadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5fadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5fadf Color CSS Codes

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

#f5fadf Text Font Color

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

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


#f5fadf Background Color

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

This div background color is #f5fadf


#f5fadf Border Color

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

This div border color is #f5fadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5fadf

Related Colors

#f5fadf Color Palettes


Comments

No comments written yet.

Please login to write comment.