Color Hex Logo

#bbdafc Color Hex

#BBDAFC
(187,218,252)
0 Favorites   0 Comments

Color spaces of #bbdafc

RGB 187218252
HSL0.590.920.86
HSV211°26°99°
CMYK 0.260.130.00   0.01
XYZ63.135667.7359101.8422
Yxy67.73590.27130.2911
Hunter Lab82.3018-7.0968-15.7556
CIE-Lab85.8742-2.8498-19.9475

#bbdafc color RGB value is (187,218,252).

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

The process color (four color CMYK) of #bbdafc color hex is 0.26, 0.13, 0.00, 0.01. Web safe color of #bbdafc is #ccccff. Color #bbdafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011010 11111100
Octal 273 332 374
Decimal 187 218 252
Hex BB DA FC

RGB Percentages of Color #bbdafc

%28.46
%33.18
%38.36

CMYK Percentages of Color #bbdafc

%26
%13
%0
%1

Triadic Colors of #bbdafc

#bbdafc #fcbbda #dafcbb

Analogous Colors of #bbdafc

#bbdafc #bdbbfc #bbfbfc

Monochromatic Colors of #bbdafc

#bbdafc

Complementary Color

#bbdafc #fcddbb

#bbdafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdafc Color CSS Codes

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

#bbdafc Text Font Color

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

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


#bbdafc Background Color

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

This div background color is #bbdafc


#bbdafc Border Color

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

This div border color is #bbdafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdafc


Comments

No comments written yet.

Please login to write comment.