Color Hex Logo

#b2dcdb Color Hex

#B2DCDB
(178,220,219)
0 Favorites   0 Comments

Color spaces of #b2dcdb

RGB 178220219
HSL0.500.380.78
HSV179°19°86°
CMYK 0.190.000.00   0.14
XYZ56.739565.765876.7214
Yxy65.76580.28480.3301
Hunter Lab81.0961-17.02940.6757
CIE-Lab84.8768-13.8104-4.0453

#b2dcdb color RGB value is (178,220,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011100 11011011
Octal 262 334 333
Decimal 178 220 219
Hex B2 DC DB

RGB Percentages of Color #b2dcdb

%28.85
%35.66
%35.49

CMYK Percentages of Color #b2dcdb

%19
%0
%0
%14

Triadic Colors of #b2dcdb

#b2dcdb #dbb2dc #dcdbb2

Analogous Colors of #b2dcdb

#b2dcdb #b2c8dc #b2dcc6

Monochromatic Colors of #b2dcdb

#b2dcdb

Complementary Color

#b2dcdb #dcb2b3

#b2dcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dcdb Color CSS Codes

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

#b2dcdb Text Font Color

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

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


#b2dcdb Background Color

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

This div background color is #b2dcdb


#b2dcdb Border Color

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

This div border color is #b2dcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dcdb


Comments

No comments written yet.

Please login to write comment.