Color Hex Logo

#f5fcdf Color Hex

#F5FCDF
(245,252,223)
0 Favorites   0 Comments

Color spaces of #f5fcdf

RGB 245252223
HSL0.210.830.93
HSV74°12°99°
CMYK 0.030.000.12   0.01
XYZ85.785994.361083.5041
Yxy94.36100.32540.3579
Hunter Lab97.1396-12.357417.0303
CIE-Lab97.7773-7.216813.0996

#f5fcdf color RGB value is (245,252,223).

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

The process color (four color CMYK) of #f5fcdf color hex is 0.03, 0.00, 0.12, 0.01. Web safe color of #f5fcdf is #ffffcc. Color #f5fcdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111100 11011111
Octal 365 374 337
Decimal 245 252 223
Hex F5 FC DF

RGB Percentages of Color #f5fcdf

%34.03
%35.00
%30.97

CMYK Percentages of Color #f5fcdf

%3
%0
%12
%1

Triadic Colors of #f5fcdf

#f5fcdf #dff5fc #fcdff5

Analogous Colors of #f5fcdf

#f5fcdf #e7fcdf #fcf5df

Monochromatic Colors of #f5fcdf

#f5fcdf

Complementary Color

#f5fcdf #e6dffc

#f5fcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5fcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5fcdf Color CSS Codes

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

#f5fcdf Text Font Color

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

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


#f5fcdf Background Color

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

This div background color is #f5fcdf


#f5fcdf Border Color

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

This div border color is #f5fcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5fcdf


Comments

No comments written yet.

Please login to write comment.