Color Hex Logo

#b6cadb Color Hex

#B6CADB
(182,202,219)
0 Favorites   0 Comments

Color spaces of #b6cadb

RGB 182202219
HSL0.580.340.79
HSV208°17°86°
CMYK 0.170.080.00   0.14
XYZ53.198157.300675.2741
Yxy57.30060.28640.3084
Hunter Lab75.6972-7.0246-5.9706
CIE-Lab80.3484-3.2390-10.7267

#b6cadb color RGB value is (182,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001010 11011011
Octal 266 312 333
Decimal 182 202 219
Hex B6 CA DB

RGB Percentages of Color #b6cadb

%30.18
%33.50
%36.32

CMYK Percentages of Color #b6cadb

%17
%8
%0
%14

Triadic Colors of #b6cadb

#b6cadb #dbb6ca #cadbb6

Analogous Colors of #b6cadb

#b6cadb #b6b8db #b6dbda

Monochromatic Colors of #b6cadb

#b6cadb

Complementary Color

#b6cadb #dbc7b6

#b6cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cadb Color CSS Codes

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

#b6cadb Text Font Color

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

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


#b6cadb Background Color

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

This div background color is #b6cadb


#b6cadb Border Color

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

This div border color is #b6cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cadb


Comments

No comments written yet.

Please login to write comment.