Color Hex Logo

#fbfcb5 Color Hex

#FBFCB5
(251,252,181)
0 Favorites   0 Comments

Color spaces of #fbfcb5

RGB 251252181
HSL0.170.920.85
HSV61°28°99°
CMYK 0.000.000.28   0.01
XYZ82.934693.466257.3857
Yxy93.46620.35470.3998
Hunter Lab96.6779-16.061232.4814
CIE-Lab97.4165-11.075633.9941

#fbfcb5 color RGB value is (251,252,181).

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

The process color (four color CMYK) of #fbfcb5 color hex is 0.00, 0.00, 0.28, 0.01. Web safe color of #fbfcb5 is #ffffcc. Color #fbfcb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111100 10110101
Octal 373 374 265
Decimal 251 252 181
Hex FB FC B5

RGB Percentages of Color #fbfcb5

%36.70
%36.84
%26.46

CMYK Percentages of Color #fbfcb5

%0
%0
%28
%1

Triadic Colors of #fbfcb5

#fbfcb5 #b5fbfc #fcb5fb

Analogous Colors of #fbfcb5

#fbfcb5 #d8fcb5 #fcdab5

Monochromatic Colors of #fbfcb5

#fbfcb5

Complementary Color

#fbfcb5 #b6b5fc

#fbfcb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfcb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfcb5 Color CSS Codes

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

#fbfcb5 Text Font Color

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

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


#fbfcb5 Background Color

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

This div background color is #fbfcb5


#fbfcb5 Border Color

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

This div border color is #fbfcb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfcb5

Related Colors


Comments

No comments written yet.

Please login to write comment.