Color Hex Logo

#fbfca6 Color Hex

#FBFCA6
(251,252,166)
0 Favorites   0 Comments

Color spaces of #fbfca6

RGB 251252166
HSL0.170.930.82
HSV61°34°99°
CMYK 0.000.000.34   0.01
XYZ81.477092.883249.7103
Yxy92.88320.36360.4145
Hunter Lab96.3759-17.752536.8816
CIE-Lab97.1802-12.872741.1366

#fbfca6 color RGB value is (251,252,166).

#fbfca6 hex color red value is 251, green value is 252 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #fbfca6 hue: 0.17 , saturation: 0.93 and the lightness value of fbfca6 is 0.82.

The process color (four color CMYK) of #fbfca6 color hex is 0.00, 0.00, 0.34, 0.01. Web safe color of #fbfca6 is #ffff99. Color #fbfca6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111100 10100110
Octal 373 374 246
Decimal 251 252 166
Hex FB FC A6

RGB Percentages of Color #fbfca6

%37.52
%37.67
%24.81

CMYK Percentages of Color #fbfca6

%0
%0
%34
%1

Triadic Colors of #fbfca6

#fbfca6 #a6fbfc #fca6fb

Analogous Colors of #fbfca6

#fbfca6 #d0fca6 #fcd2a6

Monochromatic Colors of #fbfca6

#fbfca6

Complementary Color

#fbfca6 #a7a6fc

#fbfca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfca6 Color CSS Codes

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

#fbfca6 Text Font Color

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

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


#fbfca6 Background Color

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

This div background color is #fbfca6


#fbfca6 Border Color

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

This div border color is #fbfca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfca6


Comments

No comments written yet.

Please login to write comment.