Color Hex Logo

#b6d6ff Color Hex

#B6D6FF
(182,214,255)
0 Favorites   0 Comments

Color spaces of #b6d6ff

RGB 182214255
HSL0.591.000.86
HSV214°29°100°
CMYK 0.290.160.00   0.00
XYZ61.388065.2582103.9683
Yxy65.25820.26620.2830
Hunter Lab80.7825-5.7243-19.7593
CIE-Lab84.6166-1.4920-23.4675

#b6d6ff color RGB value is (182,214,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11010110 11111111
Octal 266 326 377
Decimal 182 214 255
Hex B6 D6 FF

RGB Percentages of Color #b6d6ff

%27.96
%32.87
%39.17

CMYK Percentages of Color #b6d6ff

%29
%16
%0
%0

Triadic Colors of #b6d6ff

#b6d6ff #ffb6d6 #d6ffb6

Analogous Colors of #b6d6ff

#b6d6ff #bbb6ff #b6fbff

Monochromatic Colors of #b6d6ff

#b6d6ff

Complementary Color

#b6d6ff #ffdfb6

#b6d6ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6d6ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6d6ff Color CSS Codes

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

#b6d6ff Text Font Color

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

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


#b6d6ff Background Color

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

This div background color is #b6d6ff


#b6d6ff Border Color

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

This div border color is #b6d6ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6d6ff

Related Colors


Comments

No comments written yet.

Please login to write comment.