Color Hex Logo

#b1dbe0 Color Hex

#B1DBE0
(177,219,224)
1 Favorites   0 Comments

Color spaces of #b1dbe0

RGB 177219224
HSL0.520.430.79
HSV186°21°88°
CMYK 0.210.020.00   0.12
XYZ56.917565.392080.1430
Yxy65.39200.28110.3230
Hunter Lab80.8653-15.8761-2.1547
CIE-Lab84.6853-12.5452-6.9827

#b1dbe0 color RGB value is (177,219,224).

#b1dbe0 hex color red value is 177, green value is 219 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #b1dbe0 hue: 0.52 , saturation: 0.43 and the lightness value of b1dbe0 is 0.79.

The process color (four color CMYK) of #b1dbe0 color hex is 0.21, 0.02, 0.00, 0.12. Web safe color of #b1dbe0 is #99cccc. Color #b1dbe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011011 11100000
Octal 261 333 340
Decimal 177 219 224
Hex B1 DB E0

RGB Percentages of Color #b1dbe0

%28.55
%35.32
%36.13

CMYK Percentages of Color #b1dbe0

%21
%2
%0
%12

Triadic Colors of #b1dbe0

#b1dbe0 #e0b1db #dbe0b1

Analogous Colors of #b1dbe0

#b1dbe0 #b1c4e0 #b1e0ce

Monochromatic Colors of #b1dbe0

#b1dbe0

Complementary Color

#b1dbe0 #e0b6b1

#b1dbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dbe0 Color CSS Codes

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

#b1dbe0 Text Font Color

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

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


#b1dbe0 Background Color

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

This div background color is #b1dbe0


#b1dbe0 Border Color

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

This div border color is #b1dbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dbe0


Comments

No comments written yet.

Please login to write comment.