Color Hex Logo

#b6dcdd Color Hex

#B6DCDD
(182,220,221)
0 Favorites   0 Comments

Color spaces of #b6dcdd

RGB 182220221
HSL0.500.360.79
HSV182°18°87°
CMYK 0.180.000.00   0.13
XYZ57.935766.351978.1603
Yxy66.35190.28620.3277
Hunter Lab81.4567-15.59180.1290
CIE-Lab85.1756-12.1602-4.6359

#b6dcdd color RGB value is (182,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011100 11011101
Octal 266 334 335
Decimal 182 220 221
Hex B6 DC DD

RGB Percentages of Color #b6dcdd

%29.21
%35.31
%35.47

CMYK Percentages of Color #b6dcdd

%18
%0
%0
%13

Triadic Colors of #b6dcdd

#b6dcdd #ddb6dc #dcddb6

Analogous Colors of #b6dcdd

#b6dcdd #b6c9dd #b6ddcb

Monochromatic Colors of #b6dcdd

#b6dcdd

Complementary Color

#b6dcdd #ddb7b6

#b6dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dcdd Color CSS Codes

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

#b6dcdd Text Font Color

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

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


#b6dcdd Background Color

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

This div background color is #b6dcdd


#b6dcdd Border Color

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

This div border color is #b6dcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dcdd

#b6dcdd Color Palettes


Comments

No comments written yet.

Please login to write comment.