Color Hex Logo

#fbfed1 Color Hex

#FBFED1
(251,254,209)
0 Favorites   0 Comments

Color spaces of #fbfed1

RGB 251254209
HSL0.180.960.91
HSV64°18°100°
CMYK 0.010.000.18   0.00
XYZ86.734195.996374.2794
Yxy95.99630.33750.3735
Hunter Lab97.9777-13.445123.6351
CIE-Lab98.4308-8.259821.2322

#fbfed1 color RGB value is (251,254,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 11010001
Octal 373 376 321
Decimal 251 254 209
Hex FB FE D1

RGB Percentages of Color #fbfed1

%35.15
%35.57
%29.27

CMYK Percentages of Color #fbfed1

%1
%0
%18
%0

Triadic Colors of #fbfed1

#fbfed1 #d1fbfe #fed1fb

Analogous Colors of #fbfed1

#fbfed1 #e5fed1 #feebd1

Monochromatic Colors of #fbfed1

#fbfed1

Complementary Color

#fbfed1 #d4d1fe

#fbfed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfed1 Color CSS Codes

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

#fbfed1 Text Font Color

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

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


#fbfed1 Background Color

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

This div background color is #fbfed1


#fbfed1 Border Color

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

This div border color is #fbfed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfed1

Related Colors


Comments

No comments written yet.

Please login to write comment.