Color Hex Logo

#b1dbeb Color Hex

#B1DBEB
(177,219,235)
0 Favorites   0 Comments

Color spaces of #b1dbeb

RGB 177219235
HSL0.550.590.81
HSV197°25°92°
CMYK 0.250.070.00   0.08
XYZ58.458466.008388.2571
Yxy66.00830.27480.3103
Hunter Lab81.2455-13.7439-7.5350
CIE-Lab85.0007-10.1350-12.3385

#b1dbeb color RGB value is (177,219,235).

#b1dbeb hex color red value is 177, green value is 219 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #b1dbeb hue: 0.55 , saturation: 0.59 and the lightness value of b1dbeb is 0.81.

The process color (four color CMYK) of #b1dbeb color hex is 0.25, 0.07, 0.00, 0.08. Web safe color of #b1dbeb is #99ccff. Color #b1dbeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011011 11101011
Octal 261 333 353
Decimal 177 219 235
Hex B1 DB EB

RGB Percentages of Color #b1dbeb

%28.05
%34.71
%37.24

CMYK Percentages of Color #b1dbeb

%25
%7
%0
%8

Triadic Colors of #b1dbeb

#b1dbeb #ebb1db #dbebb1

Analogous Colors of #b1dbeb

#b1dbeb #b1beeb #b1ebde

Monochromatic Colors of #b1dbeb

#b1dbeb

Complementary Color

#b1dbeb #ebc1b1

#b1dbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dbeb Color CSS Codes

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

#b1dbeb Text Font Color

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

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


#b1dbeb Background Color

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

This div background color is #b1dbeb


#b1dbeb Border Color

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

This div border color is #b1dbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dbeb


Comments

No comments written yet.

Please login to write comment.