Color Hex Logo

#f5fedf Color Hex

#F5FEDF
(245,254,223)
0 Favorites   0 Comments

Color spaces of #f5fedf

RGB 245254223
HSL0.220.940.94
HSV77°12°100°
CMYK 0.040.000.12   0.00
XYZ86.417395.623883.7146
Yxy95.62380.32520.3598
Hunter Lab97.7874-13.382917.6938
CIE-Lab98.2826-8.212213.8172

#f5fedf color RGB value is (245,254,223).

#f5fedf hex color red value is 245, green value is 254 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f5fedf hue: 0.22 , saturation: 0.94 and the lightness value of f5fedf is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111110 11011111
Octal 365 376 337
Decimal 245 254 223
Hex F5 FE DF

RGB Percentages of Color #f5fedf

%33.93
%35.18
%30.89

CMYK Percentages of Color #f5fedf

%4
%0
%12
%0

Triadic Colors of #f5fedf

#f5fedf #dff5fe #fedff5

Analogous Colors of #f5fedf

#f5fedf #e6fedf #fef8df

Monochromatic Colors of #f5fedf

#f5fedf

Complementary Color

#f5fedf #e8dffe

#f5fedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5fedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5fedf Color CSS Codes

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

#f5fedf Text Font Color

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

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


#f5fedf Background Color

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

This div background color is #f5fedf


#f5fedf Border Color

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

This div border color is #f5fedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5fedf


Comments

No comments written yet.

Please login to write comment.