Color Hex Logo

#bbd4fd Color Hex

#BBD4FD
(187,212,253)
0 Favorites   0 Comments

Color spaces of #bbd4fd

RGB 187212253
HSL0.600.940.86
HSV217°26°99°
CMYK 0.260.160.00   0.01
XYZ61.766664.7436102.1698
Yxy64.74360.27010.2831
Hunter Lab80.4634-3.7880-18.9601
CIE-Lab84.35140.5376-22.7824

#bbd4fd color RGB value is (187,212,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 11111101
Octal 273 324 375
Decimal 187 212 253
Hex BB D4 FD

RGB Percentages of Color #bbd4fd

%28.68
%32.52
%38.80

CMYK Percentages of Color #bbd4fd

%26
%16
%0
%1

Triadic Colors of #bbd4fd

#bbd4fd #fdbbd4 #d4fdbb

Analogous Colors of #bbd4fd

#bbd4fd #c3bbfd #bbf5fd

Monochromatic Colors of #bbd4fd

#bbd4fd

Complementary Color

#bbd4fd #fde4bb

#bbd4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd4fd Color CSS Codes

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

#bbd4fd Text Font Color

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

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


#bbd4fd Background Color

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

This div background color is #bbd4fd


#bbd4fd Border Color

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

This div border color is #bbd4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd4fd

Related Colors


Comments

No comments written yet.

Please login to write comment.