Color Hex Logo

#bbfdfb Color Hex

#BBFDFB
(187,253,251)
0 Favorites   0 Comments

Color spaces of #bbfdfb

RGB 187253251
HSL0.490.940.86
HSV178°26°99°
CMYK 0.260.000.01   0.01
XYZ73.031487.7804104.3609
Yxy87.78040.27540.3310
Hunter Lab93.6912-24.8205-0.4582
CIE-Lab95.0684-20.7836-5.6947

#bbfdfb color RGB value is (187,253,251).

#bbfdfb hex color red value is 187, green value is 253 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bbfdfb hue: 0.49 , saturation: 0.94 and the lightness value of bbfdfb is 0.86.

The process color (four color CMYK) of #bbfdfb color hex is 0.26, 0.00, 0.01, 0.01. Web safe color of #bbfdfb is #ccffff. Color #bbfdfb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111101 11111011
Octal 273 375 373
Decimal 187 253 251
Hex BB FD FB

RGB Percentages of Color #bbfdfb

%27.06
%36.61
%36.32

CMYK Percentages of Color #bbfdfb

%26
%0
%1
%1

Triadic Colors of #bbfdfb

#bbfdfb #fbbbfd #fdfbbb

Analogous Colors of #bbfdfb

#bbfdfb #bbdefd #bbfdda

Monochromatic Colors of #bbfdfb

#bbfdfb

Complementary Color

#bbfdfb #fdbbbd

#bbfdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfdfb Color CSS Codes

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

#bbfdfb Text Font Color

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

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


#bbfdfb Background Color

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

This div background color is #bbfdfb


#bbfdfb Border Color

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

This div border color is #bbfdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.