Color Hex Logo

#fbffb5 Color Hex

#FBFFB5
(251,255,181)
1 Favorites   0 Comments

Color spaces of #fbffb5

RGB 251255181
HSL0.181.000.85
HSV63°29°100°
CMYK 0.020.000.29   0.00
XYZ83.884295.365457.7023
Yxy95.36540.35400.4025
Hunter Lab97.6552-17.568133.3255
CIE-Lab98.1795-12.547935.0131

#fbffb5 color RGB value is (251,255,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111111 10110101
Octal 373 377 265
Decimal 251 255 181
Hex FB FF B5

RGB Percentages of Color #fbffb5

%36.54
%37.12
%26.35

CMYK Percentages of Color #fbffb5

%2
%0
%29
%0

Triadic Colors of #fbffb5

#fbffb5 #b5fbff #ffb5fb

Analogous Colors of #fbffb5

#fbffb5 #d6ffb5 #ffdeb5

Monochromatic Colors of #fbffb5

#fbffb5

Complementary Color

#fbffb5 #b9b5ff

#fbffb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbffb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbffb5 Color CSS Codes

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

#fbffb5 Text Font Color

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

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


#fbffb5 Background Color

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

This div background color is #fbffb5


#fbffb5 Border Color

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

This div border color is #fbffb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbffb5

Related Colors


Comments

No comments written yet.

Please login to write comment.