Color Hex Logo

#bbfad8 Color Hex

#BBFAD8
(187,250,216)
0 Favorites   0 Comments

Color spaces of #bbfad8

RGB 187250216
HSL0.410.860.86
HSV148°25°98°
CMYK 0.250.000.14   0.02
XYZ67.073883.893977.6237
Yxy83.89390.29340.3670
Hunter Lab91.5936-29.573713.8685
CIE-Lab93.4044-26.41889.9625

#bbfad8 color RGB value is (187,250,216).

#bbfad8 hex color red value is 187, green value is 250 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #bbfad8 hue: 0.41 , saturation: 0.86 and the lightness value of bbfad8 is 0.86.

The process color (four color CMYK) of #bbfad8 color hex is 0.25, 0.00, 0.14, 0.02. Web safe color of #bbfad8 is #ccffcc. Color #bbfad8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 11011000
Octal 273 372 330
Decimal 187 250 216
Hex BB FA D8

RGB Percentages of Color #bbfad8

%28.64
%38.28
%33.08

CMYK Percentages of Color #bbfad8

%25
%0
%14
%2

Triadic Colors of #bbfad8

#bbfad8 #d8bbfa #fad8bb

Analogous Colors of #bbfad8

#bbfad8 #bbfaf8 #befabb

Monochromatic Colors of #bbfad8

#bbfad8

Complementary Color

#bbfad8 #fabbdd

#bbfad8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfad8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfad8 Color CSS Codes

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

#bbfad8 Text Font Color

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

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


#bbfad8 Background Color

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

This div background color is #bbfad8


#bbfad8 Border Color

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

This div border color is #bbfad8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfad8


Comments

No comments written yet.

Please login to write comment.