Color Hex Logo

#b6dbdb Color Hex

#B6DBDB
(182,219,219)
0 Favorites   0 Comments

Color spaces of #b6dbdb

RGB 182219219
HSL0.500.340.79
HSV180°17°86°
CMYK 0.170.000.00   0.14
XYZ57.409165.722676.6778
Yxy65.72260.28730.3289
Hunter Lab81.0695-15.46740.6705
CIE-Lab84.8547-12.0655-4.0497

#b6dbdb color RGB value is (182,219,219).

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

The process color (four color CMYK) of #b6dbdb color hex is 0.17, 0.00, 0.00, 0.14. Web safe color of #b6dbdb is #cccccc. Color #b6dbdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011011 11011011
Octal 266 333 333
Decimal 182 219 219
Hex B6 DB DB

RGB Percentages of Color #b6dbdb

%29.35
%35.32
%35.32

CMYK Percentages of Color #b6dbdb

%17
%0
%0
%14

Triadic Colors of #b6dbdb

#b6dbdb #dbb6db #dbdbb6

Analogous Colors of #b6dbdb

#b6dbdb #b6c9db #b6dbc9

Monochromatic Colors of #b6dbdb

#b6dbdb

Complementary Color

#b6dbdb #dbb6b6

#b6dbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dbdb Color CSS Codes

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

#b6dbdb Text Font Color

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

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


#b6dbdb Background Color

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

This div background color is #b6dbdb


#b6dbdb Border Color

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

This div border color is #b6dbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dbdb


Comments

No comments written yet.

Please login to write comment.