Color Hex Logo

#b6dfff Color Hex

#B6DFFF
(182,223,255)
0 Favorites   0 Comments

Color spaces of #b6dfff

RGB 182223255
HSL0.571.000.86
HSV206°29°100°
CMYK 0.290.130.00   0.00
XYZ63.729169.9404104.7487
Yxy69.94040.26730.2934
Hunter Lab83.6304-10.3303-15.7206
CIE-Lab86.9676-6.2000-19.9055

#b6dfff color RGB value is (182,223,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011111 11111111
Octal 266 337 377
Decimal 182 223 255
Hex B6 DF FF

RGB Percentages of Color #b6dfff

%27.58
%33.79
%38.64

CMYK Percentages of Color #b6dfff

%29
%13
%0
%0

Triadic Colors of #b6dfff

#b6dfff #ffb6df #dfffb6

Analogous Colors of #b6dfff

#b6dfff #b6bbff #b6fffb

Monochromatic Colors of #b6dfff

#b6dfff

Complementary Color

#b6dfff #ffd6b6

#b6dfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dfff Color CSS Codes

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

#b6dfff Text Font Color

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

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


#b6dfff Background Color

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

This div background color is #b6dfff


#b6dfff Border Color

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

This div border color is #b6dfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dfff


Comments

No comments written yet.

Please login to write comment.