Color Hex Logo

#bbdffa Color Hex

#BBDFFA
(187,223,250)
0 Favorites   0 Comments

Color spaces of #bbdffa

RGB 187223250
HSL0.570.860.86
HSV206°25°98°
CMYK 0.250.110.00   0.02
XYZ64.136570.2423100.6202
Yxy70.24230.27290.2989
Hunter Lab83.8107-10.0708-12.5140
CIE-Lab87.1156-5.9071-17.0218

#bbdffa color RGB value is (187,223,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 11111010
Octal 273 337 372
Decimal 187 223 250
Hex BB DF FA

RGB Percentages of Color #bbdffa

%28.33
%33.79
%37.88

CMYK Percentages of Color #bbdffa

%25
%11
%0
%2

Triadic Colors of #bbdffa

#bbdffa #fabbdf #dffabb

Analogous Colors of #bbdffa

#bbdffa #bbc0fa #bbfaf6

Monochromatic Colors of #bbdffa

#bbdffa

Complementary Color

#bbdffa #fad6bb

#bbdffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdffa Color CSS Codes

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

#bbdffa Text Font Color

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

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


#bbdffa Background Color

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

This div background color is #bbdffa


#bbdffa Border Color

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

This div border color is #bbdffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,223,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 #bbdffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdffa

Related Colors


Comments

No comments written yet.

Please login to write comment.