Color Hex Logo

#b6cadd Color Hex

#B6CADD
(182,202,221)
0 Favorites   0 Comments

Color spaces of #b6cadd

RGB 182202221
HSL0.580.360.79
HSV209°18°87°
CMYK 0.180.090.00   0.13
XYZ53.463157.406676.6694
Yxy57.40660.28510.3061
Hunter Lab75.7671-6.6387-6.9590
CIE-Lab80.4077-2.8119-11.7104

#b6cadd color RGB value is (182,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001010 11011101
Octal 266 312 335
Decimal 182 202 221
Hex B6 CA DD

RGB Percentages of Color #b6cadd

%30.08
%33.39
%36.53

CMYK Percentages of Color #b6cadd

%18
%9
%0
%13

Triadic Colors of #b6cadd

#b6cadd #ddb6ca #caddb6

Analogous Colors of #b6cadd

#b6cadd #b6b7dd #b6dddd

Monochromatic Colors of #b6cadd

#b6cadd

Complementary Color

#b6cadd #ddc9b6

#b6cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cadd Color CSS Codes

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

#b6cadd Text Font Color

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

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


#b6cadd Background Color

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

This div background color is #b6cadd


#b6cadd Border Color

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

This div border color is #b6cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cadd


Comments

No comments written yet.

Please login to write comment.