Color Hex Logo

#b0dbff Color Hex

#B0DBFF
(176,219,255)
0 Favorites   0 Comments

Color spaces of #b0dbff

RGB 176219255
HSL0.581.000.85
HSV207°31°100°
CMYK 0.310.140.00   0.00
XYZ61.286067.1131104.3318
Yxy67.11310.26330.2884
Hunter Lab81.9226-9.8293-18.1625
CIE-Lab85.5610-5.8023-22.0684

#b0dbff color RGB value is (176,219,255).

#b0dbff hex color red value is 176, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b0dbff hue: 0.58 , saturation: 1.00 and the lightness value of b0dbff is 0.85.

The process color (four color CMYK) of #b0dbff color hex is 0.31, 0.14, 0.00, 0.00. Web safe color of #b0dbff is #99ccff. Color #b0dbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11011011 11111111
Octal 260 333 377
Decimal 176 219 255
Hex B0 DB FF

RGB Percentages of Color #b0dbff

%27.08
%33.69
%39.23

CMYK Percentages of Color #b0dbff

%31
%14
%0
%0

Triadic Colors of #b0dbff

#b0dbff #ffb0db #dbffb0

Analogous Colors of #b0dbff

#b0dbff #b0b4ff #b0fffc

Monochromatic Colors of #b0dbff

#b0dbff

Complementary Color

#b0dbff #ffd4b0

#b0dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0dbff Color CSS Codes

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

#b0dbff Text Font Color

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

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


#b0dbff Background Color

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

This div background color is #b0dbff


#b0dbff Border Color

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

This div border color is #b0dbff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,219,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0dbff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0dbff;
  -webkit-box-shadow: 1px 1px 3px 2px #b0dbff;
  box-shadow:         1px 1px 3px 2px #b0dbff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,219,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0dbff

Related Colors


Comments

No comments written yet.

Please login to write comment.