Color Hex Logo

#b0d6ff Color Hex

#B0D6FF
(176,214,255)
0 Favorites   0 Comments

Color spaces of #b0d6ff

RGB 176214255
HSL0.591.000.85
HSV211°31°100°
CMYK 0.310.160.00   0.00
XYZ60.001164.5432103.9034
Yxy64.54320.26260.2825
Hunter Lab80.3388-7.2800-20.4435
CIE-Lab84.2478-3.1819-24.0624

#b0d6ff color RGB value is (176,214,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11010110 11111111
Octal 260 326 377
Decimal 176 214 255
Hex B0 D6 FF

RGB Percentages of Color #b0d6ff

%27.29
%33.18
%39.53

CMYK Percentages of Color #b0d6ff

%31
%16
%0
%0

Triadic Colors of #b0d6ff

#b0d6ff #ffb0d6 #d6ffb0

Analogous Colors of #b0d6ff

#b0d6ff #b2b0ff #b0feff

Monochromatic Colors of #b0d6ff

#b0d6ff

Complementary Color

#b0d6ff #ffd9b0

#b0d6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0d6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0d6ff Color CSS Codes

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

#b0d6ff Text Font Color

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

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


#b0d6ff Background Color

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

This div background color is #b0d6ff


#b0d6ff Border Color

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

This div border color is #b0d6ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0d6ff


Comments

No comments written yet.

Please login to write comment.