Color Hex Logo

#bbfeff Color Hex

#BBFEFF
(187,254,255)
0 Favorites   0 Comments

Color spaces of #bbfeff

RGB 187254255
HSL0.501.000.87
HSV181°27°100°
CMYK 0.270.000.00   0.00
XYZ73.985388.6684107.8230
Yxy88.66840.27350.3278
Hunter Lab94.1639-24.5380-1.9757
CIE-Lab95.4417-20.4073-7.2081

#bbfeff color RGB value is (187,254,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111110 11111111
Octal 273 376 377
Decimal 187 254 255
Hex BB FE FF

RGB Percentages of Color #bbfeff

%26.87
%36.49
%36.64

CMYK Percentages of Color #bbfeff

%27
%0
%0
%0

Triadic Colors of #bbfeff

#bbfeff #ffbbfe #feffbb

Analogous Colors of #bbfeff

#bbfeff #bbdcff #bbffde

Monochromatic Colors of #bbfeff

#bbfeff

Complementary Color

#bbfeff #ffbcbb

#bbfeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfeff Color CSS Codes

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

#bbfeff Text Font Color

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

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


#bbfeff Background Color

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

This div background color is #bbfeff


#bbfeff Border Color

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

This div border color is #bbfeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfeff

Related Colors


Comments

No comments written yet.

Please login to write comment.