Color Hex Logo

#bbfad1 Color Hex

#BBFAD1
(187,250,209)
0 Favorites   0 Comments

Color spaces of #bbfad1

RGB 187250209
HSL0.390.860.86
HSV141°25°98°
CMYK 0.250.000.16   0.02
XYZ66.187783.539572.9579
Yxy83.53950.29720.3751
Hunter Lab91.3999-30.688316.6531
CIE-Lab93.2501-27.722813.3505

#bbfad1 color RGB value is (187,250,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 11010001
Octal 273 372 321
Decimal 187 250 209
Hex BB FA D1

RGB Percentages of Color #bbfad1

%28.95
%38.70
%32.35

CMYK Percentages of Color #bbfad1

%25
%0
%16
%2

Triadic Colors of #bbfad1

#bbfad1 #d1bbfa #fad1bb

Analogous Colors of #bbfad1

#bbfad1 #bbfaf1 #c5fabb

Monochromatic Colors of #bbfad1

#bbfad1

Complementary Color

#bbfad1 #fabbe4

#bbfad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfad1 Color CSS Codes

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

#bbfad1 Text Font Color

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

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


#bbfad1 Background Color

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

This div background color is #bbfad1


#bbfad1 Border Color

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

This div border color is #bbfad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfad1


Comments

No comments written yet.

Please login to write comment.