Color Hex Logo

#b1ddeb Color Hex

#B1DDEB
(177,221,235)
0 Favorites   0 Comments

Color spaces of #b1ddeb

RGB 177221235
HSL0.540.590.81
HSV194°25°92°
CMYK 0.250.060.00   0.08
XYZ58.983367.058288.4320
Yxy67.05820.27500.3127
Hunter Lab81.8891-14.7354-6.7049
CIE-Lab85.5333-11.1621-11.5432

#b1ddeb color RGB value is (177,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011101 11101011
Octal 261 335 353
Decimal 177 221 235
Hex B1 DD EB

RGB Percentages of Color #b1ddeb

%27.96
%34.91
%37.12

CMYK Percentages of Color #b1ddeb

%25
%6
%0
%8

Triadic Colors of #b1ddeb

#b1ddeb #ebb1dd #ddebb1

Analogous Colors of #b1ddeb

#b1ddeb #b1c0eb #b1ebdc

Monochromatic Colors of #b1ddeb

#b1ddeb

Complementary Color

#b1ddeb #ebbfb1

#b1ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ddeb Color CSS Codes

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

#b1ddeb Text Font Color

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

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


#b1ddeb Background Color

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

This div background color is #b1ddeb


#b1ddeb Border Color

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

This div border color is #b1ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ddeb


Comments

No comments written yet.

Please login to write comment.