Color Hex Logo

#fbfeda Color Hex

#FBFEDA
(251,254,218)
0 Favorites   0 Comments

Color spaces of #fbfeda

RGB 251254218
HSL0.180.950.93
HSV65°14°100°
CMYK 0.010.000.14   0.00
XYZ87.880496.454880.3155
Yxy96.45480.33210.3645
Hunter Lab98.2114-12.146620.2617
CIE-Lab98.6127-6.916616.9004

#fbfeda color RGB value is (251,254,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 11011010
Octal 373 376 332
Decimal 251 254 218
Hex FB FE DA

RGB Percentages of Color #fbfeda

%34.72
%35.13
%30.15

CMYK Percentages of Color #fbfeda

%1
%0
%14
%0

Triadic Colors of #fbfeda

#fbfeda #dafbfe #fedafb

Analogous Colors of #fbfeda

#fbfeda #e9feda #feefda

Monochromatic Colors of #fbfeda

#fbfeda

Complementary Color

#fbfeda #dddafe

#fbfeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfeda Color CSS Codes

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

#fbfeda Text Font Color

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

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


#fbfeda Background Color

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

This div background color is #fbfeda


#fbfeda Border Color

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

This div border color is #fbfeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfeda

Related Colors


Comments

No comments written yet.

Please login to write comment.