Color Hex Logo

#b2dadd Color Hex

#B2DADD
(178,218,221)
0 Favorites   0 Comments

Color spaces of #b2dadd

RGB 178218221
HSL0.510.390.78
HSV184°19°87°
CMYK 0.190.010.00   0.13
XYZ56.482664.828277.9428
Yxy64.82820.28350.3254
Hunter Lab80.5160-15.6837-1.0340
CIE-Lab84.3951-12.3705-5.8152

#b2dadd color RGB value is (178,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11011010 11011101
Octal 262 332 335
Decimal 178 218 221
Hex B2 DA DD

RGB Percentages of Color #b2dadd

%28.85
%35.33
%35.82

CMYK Percentages of Color #b2dadd

%19
%1
%0
%13

Triadic Colors of #b2dadd

#b2dadd #ddb2da #daddb2

Analogous Colors of #b2dadd

#b2dadd #b2c5dd #b2ddcb

Monochromatic Colors of #b2dadd

#b2dadd

Complementary Color

#b2dadd #ddb5b2

#b2dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2dadd Color CSS Codes

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

#b2dadd Text Font Color

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

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


#b2dadd Background Color

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

This div background color is #b2dadd


#b2dadd Border Color

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

This div border color is #b2dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2dadd


Comments

No comments written yet.

Please login to write comment.