Color Hex Logo

#bbfadc Color Hex

#BBFADC
(187,250,220)
0 Favorites   0 Comments

Color spaces of #bbfadc

RGB 187250220
HSL0.420.860.86
HSV151°25°98°
CMYK 0.250.000.12   0.02
XYZ67.597484.103380.3810
Yxy84.10330.29130.3624
Hunter Lab91.7079-28.917312.2284
CIE-Lab93.4953-25.65558.0284

#bbfadc color RGB value is (187,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111010 11011100
Octal 273 372 334
Decimal 187 250 220
Hex BB FA DC

RGB Percentages of Color #bbfadc

%28.46
%38.05
%33.49

CMYK Percentages of Color #bbfadc

%25
%0
%12
%2

Triadic Colors of #bbfadc

#bbfadc #dcbbfa #fadcbb

Analogous Colors of #bbfadc

#bbfadc #bbf9fa #bbfabd

Monochromatic Colors of #bbfadc

#bbfadc

Complementary Color

#bbfadc #fabbd9

#bbfadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbfadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbfadc Color CSS Codes

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

#bbfadc Text Font Color

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

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


#bbfadc Background Color

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

This div background color is #bbfadc


#bbfadc Border Color

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

This div border color is #bbfadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbfadc


Comments

No comments written yet.

Please login to write comment.