Color Hex Logo

#fbffce Color Hex

#FBFFCE
(251,255,206)
0 Favorites   0 Comments

Color spaces of #fbffce

RGB 251255206
HSL0.181.000.90
HSV65°19°100°
CMYK 0.020.000.19   0.00
XYZ86.684296.485572.4473
Yxy96.48550.33910.3775
Hunter Lab98.2270-14.373225.0296
CIE-Lab98.6248-9.189323.0264

#fbffce color RGB value is (251,255,206).

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

The process color (four color CMYK) of #fbffce color hex is 0.02, 0.00, 0.19, 0.00. Web safe color of #fbffce is #ffffcc. Color #fbffce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111111 11001110
Octal 373 377 316
Decimal 251 255 206
Hex FB FF CE

RGB Percentages of Color #fbffce

%35.25
%35.81
%28.93

CMYK Percentages of Color #fbffce

%2
%0
%19
%0

Triadic Colors of #fbffce

#fbffce #cefbff #ffcefb

Analogous Colors of #fbffce

#fbffce #e3ffce #ffebce

Monochromatic Colors of #fbffce

#fbffce

Complementary Color

#fbffce #d2ceff

#fbffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbffce Color CSS Codes

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

#fbffce Text Font Color

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

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


#fbffce Background Color

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

This div background color is #fbffce


#fbffce Border Color

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

This div border color is #fbffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbffce


Comments

No comments written yet.

Please login to write comment.