Color Hex Logo

#b1dadd Color Hex

#B1DADD
(177,218,221)
0 Favorites   0 Comments

Color spaces of #b1dadd

RGB 177218221
HSL0.510.390.78
HSV184°20°87°
CMYK 0.200.010.00   0.13
XYZ56.254064.710477.9321
Yxy64.71040.28280.3253
Hunter Lab80.4428-15.9490-1.1296
CIE-Lab84.3343-12.6761-5.9120

#b1dadd color RGB value is (177,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011010 11011101
Octal 261 332 335
Decimal 177 218 221
Hex B1 DA DD

RGB Percentages of Color #b1dadd

%28.73
%35.39
%35.88

CMYK Percentages of Color #b1dadd

%20
%1
%0
%13

Triadic Colors of #b1dadd

#b1dadd #ddb1da #daddb1

Analogous Colors of #b1dadd

#b1dadd #b1c4dd #b1ddca

Monochromatic Colors of #b1dadd

#b1dadd

Complementary Color

#b1dadd #ddb4b1

#b1dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dadd Color CSS Codes

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

#b1dadd Text Font Color

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

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


#b1dadd Background Color

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

This div background color is #b1dadd


#b1dadd Border Color

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

This div border color is #b1dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dadd


Comments

No comments written yet.

Please login to write comment.