Color Hex Logo

#bbdffc Color Hex

#BBDFFC
(187,223,252)
0 Favorites   0 Comments

Color spaces of #bbdffc

RGB 187223252
HSL0.570.920.86
HSV207°26°99°
CMYK 0.260.120.00   0.01
XYZ64.451970.3684102.2809
Yxy70.36840.27180.2968
Hunter Lab83.8859-9.6537-13.5714
CIE-Lab87.1772-5.4552-17.9813

#bbdffc color RGB value is (187,223,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 11111100
Octal 273 337 374
Decimal 187 223 252
Hex BB DF FC

RGB Percentages of Color #bbdffc

%28.25
%33.69
%38.07

CMYK Percentages of Color #bbdffc

%26
%12
%0
%1

Triadic Colors of #bbdffc

#bbdffc #fcbbdf #dffcbb

Analogous Colors of #bbdffc

#bbdffc #bbbffc #bbfcf9

Monochromatic Colors of #bbdffc

#bbdffc

Complementary Color

#bbdffc #fcd8bb

#bbdffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdffc Color CSS Codes

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

#bbdffc Text Font Color

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

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


#bbdffc Background Color

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

This div background color is #bbdffc


#bbdffc Border Color

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

This div border color is #bbdffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdffc

Related Colors


Comments

No comments written yet.

Please login to write comment.