Color Hex Logo

#bbdcf3 Color Hex

#BBDCF3
(187,220,243)
0 Favorites   0 Comments

Color spaces of #bbdcf3

RGB 187220243
HSL0.570.700.84
HSV205°23°95°
CMYK 0.230.090.00   0.05
XYZ62.264468.222394.6805
Yxy68.22230.27650.3030
Hunter Lab82.5968-9.9847-10.1462
CIE-Lab86.1175-5.9143-14.8314

#bbdcf3 color RGB value is (187,220,243).

#bbdcf3 hex color red value is 187, green value is 220 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #bbdcf3 hue: 0.57 , saturation: 0.70 and the lightness value of bbdcf3 is 0.84.

The process color (four color CMYK) of #bbdcf3 color hex is 0.23, 0.09, 0.00, 0.05. Web safe color of #bbdcf3 is #ccccff. Color #bbdcf3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 11110011
Octal 273 334 363
Decimal 187 220 243
Hex BB DC F3

RGB Percentages of Color #bbdcf3

%28.77
%33.85
%37.38

CMYK Percentages of Color #bbdcf3

%23
%9
%0
%5

Triadic Colors of #bbdcf3

#bbdcf3 #f3bbdc #dcf3bb

Analogous Colors of #bbdcf3

#bbdcf3 #bbc0f3 #bbf3ee

Monochromatic Colors of #bbdcf3

#bbdcf3

Complementary Color

#bbdcf3 #f3d2bb

#bbdcf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcf3 Color CSS Codes

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

#bbdcf3 Text Font Color

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

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


#bbdcf3 Background Color

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

This div background color is #bbdcf3


#bbdcf3 Border Color

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

This div border color is #bbdcf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcf3


Comments

No comments written yet.

Please login to write comment.