Color Hex Logo

#fbfedb Color Hex

#FBFEDB
(251,254,219)
0 Favorites   0 Comments

Color spaces of #fbfedb

RGB 251254219
HSL0.180.950.93
HSV65°14°100°
CMYK 0.010.000.14   0.00
XYZ88.011796.507381.0069
Yxy96.50730.33150.3635
Hunter Lab98.2381-11.998319.8763
CIE-Lab98.6335-6.763816.4192

#fbfedb color RGB value is (251,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 11011011
Octal 373 376 333
Decimal 251 254 219
Hex FB FE DB

RGB Percentages of Color #fbfedb

%34.67
%35.08
%30.25

CMYK Percentages of Color #fbfedb

%1
%0
%14
%0

Triadic Colors of #fbfedb

#fbfedb #dbfbfe #fedbfb

Analogous Colors of #fbfedb

#fbfedb #eafedb #fef0db

Monochromatic Colors of #fbfedb

#fbfedb

Complementary Color

#fbfedb #dedbfe

#fbfedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfedb Color CSS Codes

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

#fbfedb Text Font Color

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

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


#fbfedb Background Color

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

This div background color is #fbfedb


#fbfedb Border Color

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

This div border color is #fbfedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfedb


Comments

No comments written yet.

Please login to write comment.