Color Hex Logo

#b1cadb Color Hex

#B1CADB
(177,202,219)
0 Favorites   0 Comments

Color spaces of #b1cadb

RGB 177202219
HSL0.570.370.78
HSV204°19°86°
CMYK 0.190.080.00   0.14
XYZ52.038256.702675.2198
Yxy56.70260.28290.3082
Hunter Lab75.3011-8.4213-6.5152
CIE-Lab80.0120-4.8060-11.2641

#b1cadb color RGB value is (177,202,219).

#b1cadb hex color red value is 177, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b1cadb hue: 0.57 , saturation: 0.37 and the lightness value of b1cadb is 0.78.

The process color (four color CMYK) of #b1cadb color hex is 0.19, 0.08, 0.00, 0.14. Web safe color of #b1cadb is #99cccc. Color #b1cadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001010 11011011
Octal 261 312 333
Decimal 177 202 219
Hex B1 CA DB

RGB Percentages of Color #b1cadb

%29.60
%33.78
%36.62

CMYK Percentages of Color #b1cadb

%19
%8
%0
%14

Triadic Colors of #b1cadb

#b1cadb #dbb1ca #cadbb1

Analogous Colors of #b1cadb

#b1cadb #b1b5db #b1dbd7

Monochromatic Colors of #b1cadb

#b1cadb

Complementary Color

#b1cadb #dbc2b1

#b1cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cadb Color CSS Codes

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

#b1cadb Text Font Color

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

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


#b1cadb Background Color

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

This div background color is #b1cadb


#b1cadb Border Color

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

This div border color is #b1cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cadb


Comments

No comments written yet.

Please login to write comment.