Color Hex Logo

#f5fbda Color Hex

#F5FBDA
(245,251,218)
0 Favorites   0 Comments

Color spaces of #f5fbda

RGB 245251218
HSL0.200.800.92
HSV71°13°98°
CMYK 0.020.000.13   0.02
XYZ84.808393.468879.9011
Yxy93.46880.32850.3620
Hunter Lab96.6793-12.606218.6749
CIE-Lab97.4175-7.508715.1512

#f5fbda color RGB value is (245,251,218).

#f5fbda hex color red value is 245, green value is 251 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f5fbda hue: 0.20 , saturation: 0.80 and the lightness value of f5fbda is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111011 11011010
Octal 365 373 332
Decimal 245 251 218
Hex F5 FB DA

RGB Percentages of Color #f5fbda

%34.31
%35.15
%30.53

CMYK Percentages of Color #f5fbda

%2
%0
%13
%2

Triadic Colors of #f5fbda

#f5fbda #daf5fb #fbdaf5

Analogous Colors of #f5fbda

#f5fbda #e5fbda #fbf1da

Monochromatic Colors of #f5fbda

#f5fbda

Complementary Color

#f5fbda #e0dafb

#f5fbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5fbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5fbda Color CSS Codes

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

#f5fbda Text Font Color

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

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


#f5fbda Background Color

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

This div background color is #f5fbda


#f5fbda Border Color

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

This div border color is #f5fbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5fbda


Comments

No comments written yet.

Please login to write comment.