Color Hex Logo

#b2cadb Color Hex

#B2CADB
(178,202,219)
0 Favorites   0 Comments

Color spaces of #b2cadb

RGB 178202219
HSL0.570.360.78
HSV205°19°86°
CMYK 0.190.080.00   0.14
XYZ52.266856.820575.2305
Yxy56.82050.28360.3083
Hunter Lab75.3794-8.1450-6.4073
CIE-Lab80.0785-4.4946-11.1578

#b2cadb color RGB value is (178,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11001010 11011011
Octal 262 312 333
Decimal 178 202 219
Hex B2 CA DB

RGB Percentages of Color #b2cadb

%29.72
%33.72
%36.56

CMYK Percentages of Color #b2cadb

%19
%8
%0
%14

Triadic Colors of #b2cadb

#b2cadb #dbb2ca #cadbb2

Analogous Colors of #b2cadb

#b2cadb #b2b6db #b2dbd8

Monochromatic Colors of #b2cadb

#b2cadb

Complementary Color

#b2cadb #dbc3b2

#b2cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2cadb Color CSS Codes

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

#b2cadb Text Font Color

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

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


#b2cadb Background Color

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

This div background color is #b2cadb


#b2cadb Border Color

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

This div border color is #b2cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2cadb


Comments

No comments written yet.

Please login to write comment.