Color Hex Logo

#b1dceb Color Hex

#B1DCEB
(177,220,235)
0 Favorites   0 Comments

Color spaces of #b1dceb

RGB 177220235
HSL0.540.590.81
HSV196°25°92°
CMYK 0.250.060.00   0.08
XYZ58.720166.531788.3443
Yxy66.53170.27490.3115
Hunter Lab81.5670-14.2400-7.1195
CIE-Lab85.2669-10.6491-11.9408

#b1dceb color RGB value is (177,220,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011100 11101011
Octal 261 334 353
Decimal 177 220 235
Hex B1 DC EB

RGB Percentages of Color #b1dceb

%28.01
%34.81
%37.18

CMYK Percentages of Color #b1dceb

%25
%6
%0
%8

Triadic Colors of #b1dceb

#b1dceb #ebb1dc #dcebb1

Analogous Colors of #b1dceb

#b1dceb #b1bfeb #b1ebdd

Monochromatic Colors of #b1dceb

#b1dceb

Complementary Color

#b1dceb #ebc0b1

#b1dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dceb Color CSS Codes

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

#b1dceb Text Font Color

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

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


#b1dceb Background Color

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

This div background color is #b1dceb


#b1dceb Border Color

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

This div border color is #b1dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dceb


Comments

No comments written yet.

Please login to write comment.