Color Hex Logo

#fbfeea Color Hex

#FBFEEA
(251,254,234)
0 Favorites   0 Comments

Color spaces of #fbfeea

RGB 251254234
HSL0.190.910.96
HSV69°100°
CMYK 0.010.000.08   0.00
XYZ90.076897.333491.8816
Yxy97.33340.32250.3485
Hunter Lab98.6577-9.676213.8426
CIE-Lab98.9596-4.38749.2101

#fbfeea color RGB value is (251,254,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 11101010
Octal 373 376 352
Decimal 251 254 234
Hex FB FE EA

RGB Percentages of Color #fbfeea

%33.96
%34.37
%31.66

CMYK Percentages of Color #fbfeea

%1
%0
%8
%0

Triadic Colors of #fbfeea

#fbfeea #eafbfe #feeafb

Analogous Colors of #fbfeea

#fbfeea #f1feea #fef7ea

Monochromatic Colors of #fbfeea

#fbfeea

Complementary Color

#fbfeea #edeafe

#fbfeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfeea Color CSS Codes

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

#fbfeea Text Font Color

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

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


#fbfeea Background Color

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

This div background color is #fbfeea


#fbfeea Border Color

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

This div border color is #fbfeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfeea

Related Colors

#fbfeea Color Palettes


Comments

No comments written yet.

Please login to write comment.