Color Hex Logo

#fbffea Color Hex

#FBFFEA
(251,255,234)
0 Favorites   0 Comments

Color spaces of #fbffea

RGB 251255234
HSL0.201.000.96
HSV71°100°
CMYK 0.020.000.08   0.00
XYZ90.394997.969791.9876
Yxy97.96970.32240.3495
Hunter Lab98.9796-10.196114.1841
CIE-Lab99.2096-4.88749.5685

#fbffea color RGB value is (251,255,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111111 11101010
Octal 373 377 352
Decimal 251 255 234
Hex FB FF EA

RGB Percentages of Color #fbffea

%33.92
%34.46
%31.62

CMYK Percentages of Color #fbffea

%2
%0
%8
%0

Triadic Colors of #fbffea

#fbffea #eafbff #ffeafb

Analogous Colors of #fbffea

#fbffea #f1ffea #fff9ea

Monochromatic Colors of #fbffea

#fbffea

Complementary Color

#fbffea #eeeaff

#fbffea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbffea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbffea Color CSS Codes

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

#fbffea Text Font Color

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

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


#fbffea Background Color

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

This div background color is #fbffea


#fbffea Border Color

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

This div border color is #fbffea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbffea

Related Colors

#fbffea Color Palettes


Comments

No comments written yet.

Please login to write comment.