Color Hex Logo

#bbdafa Color Hex

#BBDAFA
(187,218,250)
0 Favorites   0 Comments

Color spaces of #bbdafa

RGB 187218250
HSL0.580.860.86
HSV210°25°98°
CMYK 0.250.130.00   0.02
XYZ62.820267.6097100.1815
Yxy67.60970.27240.2932
Hunter Lab82.2251-7.5195-14.6802
CIE-Lab85.8109-3.3046-18.9876

#bbdafa color RGB value is (187,218,250).

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

The process color (four color CMYK) of #bbdafa color hex is 0.25, 0.13, 0.00, 0.02. Web safe color of #bbdafa is #ccccff. Color #bbdafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 11111010
Octal 273 332 372
Decimal 187 218 250
Hex BB DA FA

RGB Percentages of Color #bbdafa

%28.55
%33.28
%38.17

CMYK Percentages of Color #bbdafa

%25
%13
%0
%2

Triadic Colors of #bbdafa

#bbdafa #fabbda #dafabb

Analogous Colors of #bbdafa

#bbdafa #bcbbfa #bbfafa

Monochromatic Colors of #bbdafa

#bbdafa

Complementary Color

#bbdafa #fadbbb

#bbdafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdafa Color CSS Codes

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

#bbdafa Text Font Color

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

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


#bbdafa Background Color

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

This div background color is #bbdafa


#bbdafa Border Color

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

This div border color is #bbdafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdafa

Related Colors


Comments

No comments written yet.

Please login to write comment.