Color Hex Logo

#fbffda Color Hex

#FBFFDA
(251,255,218)
1 Favorites   0 Comments

Color spaces of #fbffda

RGB 251255218
HSL0.181.000.93
HSV66°15°100°
CMYK 0.020.000.15   0.00
XYZ88.198697.091280.4216
Yxy97.09120.33190.3654
Hunter Lab98.5349-12.660620.5834
CIE-Lab98.8642-7.413617.2545

#fbffda color RGB value is (251,255,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111111 11011010
Octal 373 377 332
Decimal 251 255 218
Hex FB FF DA

RGB Percentages of Color #fbffda

%34.67
%35.22
%30.11

CMYK Percentages of Color #fbffda

%2
%0
%15
%0

Triadic Colors of #fbffda

#fbffda #dafbff #ffdafb

Analogous Colors of #fbffda

#fbffda #e9ffda #fff1da

Monochromatic Colors of #fbffda

#fbffda

Complementary Color

#fbffda #dedaff

#fbffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbffda Color CSS Codes

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

#fbffda Text Font Color

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

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


#fbffda Background Color

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

This div background color is #fbffda


#fbffda Border Color

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

This div border color is #fbffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbffda

Related Colors


Comments

No comments written yet.

Please login to write comment.