Color Hex Logo

#bbdcf8 Color Hex

#BBDCF8
(187,220,248)
0 Favorites   0 Comments

Color spaces of #bbdcf8

RGB 187220248
HSL0.580.810.85
HSV208°25°97°
CMYK 0.250.110.00   0.03
XYZ63.030068.528598.7122
Yxy68.52850.27370.2976
Hunter Lab82.7819-8.9589-12.7522
CIE-Lab86.2700-4.7992-17.2404

#bbdcf8 color RGB value is (187,220,248).

#bbdcf8 hex color red value is 187, green value is 220 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #bbdcf8 hue: 0.58 , saturation: 0.81 and the lightness value of bbdcf8 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 11111000
Octal 273 334 370
Decimal 187 220 248
Hex BB DC F8

RGB Percentages of Color #bbdcf8

%28.55
%33.59
%37.86

CMYK Percentages of Color #bbdcf8

%25
%11
%0
%3

Triadic Colors of #bbdcf8

#bbdcf8 #f8bbdc #dcf8bb

Analogous Colors of #bbdcf8

#bbdcf8 #bbbef8 #bbf8f6

Monochromatic Colors of #bbdcf8

#bbdcf8

Complementary Color

#bbdcf8 #f8d7bb

#bbdcf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcf8 Color CSS Codes

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

#bbdcf8 Text Font Color

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

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


#bbdcf8 Background Color

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

This div background color is #bbdcf8


#bbdcf8 Border Color

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

This div border color is #bbdcf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcf8


Comments

No comments written yet.

Please login to write comment.