Color Hex Logo

#bbfff1 Color Hex

#BBFFF1
(187,255,241)
0 Favorites   0 Comments

Color spaces of #bbfff1

RGB 187255241
HSL0.471.000.87
HSV168°27°100°
CMYK 0.270.000.05   0.00
XYZ72.130788.435796.4872
Yxy88.43570.28060.3440
Hunter Lab94.0403-27.65754.9954
CIE-Lab95.3441-23.8624-0.1300

#bbfff1 color RGB value is (187,255,241).

#bbfff1 hex color red value is 187, green value is 255 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #bbfff1 hue: 0.47 , saturation: 1.00 and the lightness value of bbfff1 is 0.87.

The process color (four color CMYK) of #bbfff1 color hex is 0.27, 0.00, 0.05, 0.00. Web safe color of #bbfff1 is #ccffff. Color #bbfff1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 11110001
Octal 273 377 361
Decimal 187 255 241
Hex BB FF F1

RGB Percentages of Color #bbfff1

%27.38
%37.34
%35.29

CMYK Percentages of Color #bbfff1

%27
%0
%5
%0

Triadic Colors of #bbfff1

#bbfff1 #f1bbff #fff1bb

Analogous Colors of #bbfff1

#bbfff1 #bbebff #bbffcf

Monochromatic Colors of #bbfff1

#bbfff1

Complementary Color

#bbfff1 #ffbbc9

#bbfff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfff1 Color CSS Codes

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

#bbfff1 Text Font Color

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

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


#bbfff1 Background Color

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

This div background color is #bbfff1


#bbfff1 Border Color

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

This div border color is #bbfff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfff1


Comments

No comments written yet.

Please login to write comment.