Color Hex Logo

#bbd0fd Color Hex

#BBD0FD
(187,208,253)
0 Favorites   0 Comments

Color spaces of #bbd0fd

RGB 187208253
HSL0.610.940.86
HSV221°26°99°
CMYK 0.260.180.00   0.01
XYZ60.779062.7684101.8406
Yxy62.76840.26970.2785
Hunter Lab79.2265-1.7093-20.7549
CIE-Lab83.32042.6612-24.3496

#bbd0fd color RGB value is (187,208,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010000 11111101
Octal 273 320 375
Decimal 187 208 253
Hex BB D0 FD

RGB Percentages of Color #bbd0fd

%28.86
%32.10
%39.04

CMYK Percentages of Color #bbd0fd

%26
%18
%0
%1

Triadic Colors of #bbd0fd

#bbd0fd #fdbbd0 #d0fdbb

Analogous Colors of #bbd0fd

#bbd0fd #c7bbfd #bbf1fd

Monochromatic Colors of #bbd0fd

#bbd0fd

Complementary Color

#bbd0fd #fde8bb

#bbd0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd0fd Color CSS Codes

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

#bbd0fd Text Font Color

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

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


#bbd0fd Background Color

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

This div background color is #bbd0fd


#bbd0fd Border Color

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

This div border color is #bbd0fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd0fd


Comments

No comments written yet.

Please login to write comment.