Color Hex Logo

#b2dadb Color Hex

#B2DADB
(178,218,219)
0 Favorites   0 Comments

Color spaces of #b2dadb

RGB 178218219
HSL0.500.360.78
HSV181°19°86°
CMYK 0.190.000.00   0.14
XYZ56.217764.722376.5475
Yxy64.72230.28470.3277
Hunter Lab80.4502-16.0540-0.0987
CIE-Lab84.3404-12.7929-4.8355

#b2dadb color RGB value is (178,218,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011010 11011011
Octal 262 332 333
Decimal 178 218 219
Hex B2 DA DB

RGB Percentages of Color #b2dadb

%28.94
%35.45
%35.61

CMYK Percentages of Color #b2dadb

%19
%0
%0
%14

Triadic Colors of #b2dadb

#b2dadb #dbb2da #dadbb2

Analogous Colors of #b2dadb

#b2dadb #b2c6db #b2dbc8

Monochromatic Colors of #b2dadb

#b2dadb

Complementary Color

#b2dadb #dbb3b2

#b2dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dadb Color CSS Codes

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

#b2dadb Text Font Color

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

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


#b2dadb Background Color

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

This div background color is #b2dadb


#b2dadb Border Color

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

This div border color is #b2dadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dadb


Comments

No comments written yet.

Please login to write comment.