Color Hex Logo

#b6dbde Color Hex

#B6DBDE
(182,219,222)
0 Favorites   0 Comments

Color spaces of #b6dbde

RGB 182219222
HSL0.510.380.79
HSV185°18°87°
CMYK 0.180.010.00   0.13
XYZ57.807765.882078.7770
Yxy65.88200.28550.3254
Hunter Lab81.1677-14.9157-0.7263
CIE-Lab84.9362-11.4407-5.5184

#b6dbde color RGB value is (182,219,222).

#b6dbde hex color red value is 182, green value is 219 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b6dbde hue: 0.51 , saturation: 0.38 and the lightness value of b6dbde is 0.79.

The process color (four color CMYK) of #b6dbde color hex is 0.18, 0.01, 0.00, 0.13. Web safe color of #b6dbde is #cccccc. Color #b6dbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011011 11011110
Octal 266 333 336
Decimal 182 219 222
Hex B6 DB DE

RGB Percentages of Color #b6dbde

%29.21
%35.15
%35.63

CMYK Percentages of Color #b6dbde

%18
%1
%0
%13

Triadic Colors of #b6dbde

#b6dbde #deb6db #dbdeb6

Analogous Colors of #b6dbde

#b6dbde #b6c7de #b6decd

Monochromatic Colors of #b6dbde

#b6dbde

Complementary Color

#b6dbde #deb9b6

#b6dbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dbde Color CSS Codes

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

#b6dbde Text Font Color

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

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


#b6dbde Background Color

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

This div background color is #b6dbde


#b6dbde Border Color

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

This div border color is #b6dbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dbde


Comments

No comments written yet.

Please login to write comment.