Color Hex Logo

#f5ffdc Color Hex

#F5FFDC
(245,255,220)
0 Favorites   0 Comments

Color spaces of #f5ffdc

RGB 245255220
HSL0.211.000.93
HSV77°14°100°
CMYK 0.040.000.14   0.00
XYZ86.334596.099881.7089
Yxy96.09980.32680.3638
Hunter Lab98.0305-14.350219.2029
CIE-Lab98.4719-9.182915.6187

#f5ffdc color RGB value is (245,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111111 11011100
Octal 365 377 334
Decimal 245 255 220
Hex F5 FF DC

RGB Percentages of Color #f5ffdc

%34.03
%35.42
%30.56

CMYK Percentages of Color #f5ffdc

%4
%0
%14
%0

Triadic Colors of #f5ffdc

#f5ffdc #dcf5ff #ffdcf5

Analogous Colors of #f5ffdc

#f5ffdc #e4ffdc #fff8dc

Monochromatic Colors of #f5ffdc

#f5ffdc

Complementary Color

#f5ffdc #e6dcff

#f5ffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5ffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5ffdc Color CSS Codes

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

#f5ffdc Text Font Color

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

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


#f5ffdc Background Color

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

This div background color is #f5ffdc


#f5ffdc Border Color

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

This div border color is #f5ffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5ffdc


Comments

No comments written yet.

Please login to write comment.