Color Hex Logo

#bbdcfd Color Hex

#BBDCFD
(187,220,253)
0 Favorites   0 Comments

Color spaces of #bbdcfd

RGB 187220253
HSL0.580.940.86
HSV210°26°99°
CMYK 0.260.130.00   0.01
XYZ63.816368.8430102.8531
Yxy68.84300.27100.2923
Hunter Lab82.9717-7.9101-15.4167
CIE-Lab86.4262-3.6669-19.6407

#bbdcfd color RGB value is (187,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 11111101
Octal 273 334 375
Decimal 187 220 253
Hex BB DC FD

RGB Percentages of Color #bbdcfd

%28.33
%33.33
%38.33

CMYK Percentages of Color #bbdcfd

%26
%13
%0
%1

Triadic Colors of #bbdcfd

#bbdcfd #fdbbdc #dcfdbb

Analogous Colors of #bbdcfd

#bbdcfd #bbbbfd #bbfdfd

Monochromatic Colors of #bbdcfd

#bbdcfd

Complementary Color

#bbdcfd #fddcbb

#bbdcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcfd Color CSS Codes

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

#bbdcfd Text Font Color

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

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


#bbdcfd Background Color

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

This div background color is #bbdcfd


#bbdcfd Border Color

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

This div border color is #bbdcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.