Color Hex Logo

#b1dade Color Hex

#B1DADE
(177,218,222)
0 Favorites   0 Comments

Color spaces of #b1dade

RGB 177218222
HSL0.510.410.78
HSV185°20°87°
CMYK 0.200.020.00   0.13
XYZ56.387764.763878.6360
Yxy64.76380.28220.3242
Hunter Lab80.4760-15.7620-1.6013
CIE-Lab84.3619-12.4627-6.4014

#b1dade color RGB value is (177,218,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011010 11011110
Octal 261 332 336
Decimal 177 218 222
Hex B1 DA DE

RGB Percentages of Color #b1dade

%28.69
%35.33
%35.98

CMYK Percentages of Color #b1dade

%20
%2
%0
%13

Triadic Colors of #b1dade

#b1dade #deb1da #dadeb1

Analogous Colors of #b1dade

#b1dade #b1c4de #b1decc

Monochromatic Colors of #b1dade

#b1dade

Complementary Color

#b1dade #deb5b1

#b1dade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dade Color CSS Codes

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

#b1dade Text Font Color

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

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


#b1dade Background Color

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

This div background color is #b1dade


#b1dade Border Color

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

This div border color is #b1dade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,218,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dade


Comments

No comments written yet.

Please login to write comment.