Color Hex Logo

#b2dcdd Color Hex

#B2DCDD
(178,220,221)
0 Favorites   0 Comments

Color spaces of #b2dcdd

RGB 178220221
HSL0.500.390.78
HSV181°19°87°
CMYK 0.190.000.00   0.13
XYZ57.004465.871878.1167
Yxy65.87180.28360.3277
Hunter Lab81.1614-16.6616-0.2527
CIE-Lab84.9310-13.3897-5.0243

#b2dcdd color RGB value is (178,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011100 11011101
Octal 262 334 335
Decimal 178 220 221
Hex B2 DC DD

RGB Percentages of Color #b2dcdd

%28.76
%35.54
%35.70

CMYK Percentages of Color #b2dcdd

%19
%0
%0
%13

Triadic Colors of #b2dcdd

#b2dcdd #ddb2dc #dcddb2

Analogous Colors of #b2dcdd

#b2dcdd #b2c7dd #b2ddc9

Monochromatic Colors of #b2dcdd

#b2dcdd

Complementary Color

#b2dcdd #ddb3b2

#b2dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dcdd Color CSS Codes

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

#b2dcdd Text Font Color

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

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


#b2dcdd Background Color

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

This div background color is #b2dcdd


#b2dcdd Border Color

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

This div border color is #b2dcdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,220,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b2dcdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dcdd

#b2dcdd Color Palettes


Comments

No comments written yet.

Please login to write comment.