Color Hex Logo

#fbffef Color Hex

#FBFFEF
(251,255,239)
0 Favorites   0 Comments

Color spaces of #fbffef

RGB 251255239
HSL0.211.000.97
HSV75°100°
CMYK 0.020.000.06   0.00
XYZ91.123698.261295.8249
Yxy98.26120.31950.3445
Hunter Lab99.1268-9.383412.0737
CIE-Lab99.3237-4.06177.1720

#fbffef color RGB value is (251,255,239).

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

The process color (four color CMYK) of #fbffef color hex is 0.02, 0.00, 0.06, 0.00. Web safe color of #fbffef is #ffffff. Color #fbffef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111111 11101111
Octal 373 377 357
Decimal 251 255 239
Hex FB FF EF

RGB Percentages of Color #fbffef

%33.69
%34.23
%32.08

CMYK Percentages of Color #fbffef

%2
%0
%6
%0

Triadic Colors of #fbffef

#fbffef #effbff #ffeffb

Analogous Colors of #fbffef

#fbffef #f3ffef #fffbef

Monochromatic Colors of #fbffef

#fbffef

Complementary Color

#fbffef #f3efff

#fbffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbffef Color CSS Codes

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

#fbffef Text Font Color

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

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


#fbffef Background Color

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

This div background color is #fbffef


#fbffef Border Color

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

This div border color is #fbffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbffef

Related Colors

#fbffef Color Palettes


Comments

No comments written yet.

Please login to write comment.