Color Hex Logo

#fbfedf Color Hex

#FBFEDF
(251,254,223)
0 Favorites   0 Comments

Color spaces of #fbfedf

RGB 251254223
HSL0.180.940.94
HSV66°12°100°
CMYK 0.010.000.12   0.00
XYZ88.544896.720683.8142
Yxy96.72060.32910.3594
Hunter Lab98.3466-11.397018.3138
CIE-Lab98.7178-6.145614.4950

#fbfedf color RGB value is (251,254,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 11011111
Octal 373 376 337
Decimal 251 254 223
Hex FB FE DF

RGB Percentages of Color #fbfedf

%34.48
%34.89
%30.63

CMYK Percentages of Color #fbfedf

%1
%0
%12
%0

Triadic Colors of #fbfedf

#fbfedf #dffbfe #fedffb

Analogous Colors of #fbfedf

#fbfedf #ecfedf #fef2df

Monochromatic Colors of #fbfedf

#fbfedf

Complementary Color

#fbfedf #e2dffe

#fbfedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfedf Color CSS Codes

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

#fbfedf Text Font Color

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

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


#fbfedf Background Color

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

This div background color is #fbfedf


#fbfedf Border Color

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

This div border color is #fbfedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfedf

Related Colors


Comments

No comments written yet.

Please login to write comment.