Color Hex Logo

#fbffc2 Color Hex

#FBFFC2
(251,255,194)
0 Favorites   0 Comments

Color spaces of #fbffc2

RGB 251255194
HSL0.181.000.88
HSV64°24°100°
CMYK 0.020.000.24   0.00
XYZ85.281395.924365.0594
Yxy95.92430.34630.3895
Hunter Lab97.9410-15.969229.1740
CIE-Lab98.4022-10.859528.7916

#fbffc2 color RGB value is (251,255,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111111 11000010
Octal 373 377 302
Decimal 251 255 194
Hex FB FF C2

RGB Percentages of Color #fbffc2

%35.86
%36.43
%27.71

CMYK Percentages of Color #fbffc2

%2
%0
%24
%0

Triadic Colors of #fbffc2

#fbffc2 #c2fbff #ffc2fb

Analogous Colors of #fbffc2

#fbffc2 #ddffc2 #ffe5c2

Monochromatic Colors of #fbffc2

#fbffc2

Complementary Color

#fbffc2 #c6c2ff

#fbffc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbffc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbffc2 Color CSS Codes

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

#fbffc2 Text Font Color

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

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


#fbffc2 Background Color

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

This div background color is #fbffc2


#fbffc2 Border Color

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

This div border color is #fbffc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbffc2

Related Colors


Comments

No comments written yet.

Please login to write comment.