Color Hex Logo

#fbfeef Color Hex

#FBFEEF
(251,254,239)
0 Favorites   0 Comments

Color spaces of #fbfeef

RGB 251254239
HSL0.200.880.97
HSV72°100°
CMYK 0.010.000.06   0.00
XYZ90.805597.624895.7189
Yxy97.62480.31960.3436
Hunter Lab98.8053-8.861511.7257
CIE-Lab99.0742-3.56066.8125

#fbfeef color RGB value is (251,254,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 11101111
Octal 373 376 357
Decimal 251 254 239
Hex FB FE EF

RGB Percentages of Color #fbfeef

%33.74
%34.14
%32.12

CMYK Percentages of Color #fbfeef

%1
%0
%6
%0

Triadic Colors of #fbfeef

#fbfeef #effbfe #feeffb

Analogous Colors of #fbfeef

#fbfeef #f4feef #fefaef

Monochromatic Colors of #fbfeef

#fbfeef

Complementary Color

#fbfeef #f2effe

#fbfeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfeef Color CSS Codes

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

#fbfeef Text Font Color

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

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


#fbfeef Background Color

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

This div background color is #fbfeef


#fbfeef Border Color

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

This div border color is #fbfeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfeef

Related Colors


Comments

No comments written yet.

Please login to write comment.