Color Hex Logo

#b1deeb Color Hex

#B1DEEB
(177,222,235)
0 Favorites   0 Comments

Color spaces of #b1deeb

RGB 177222235
HSL0.540.590.81
HSV193°25°92°
CMYK 0.250.060.00   0.08
XYZ59.248167.587888.5203
Yxy67.58780.27510.3138
Hunter Lab82.2118-15.2299-6.2913
CIE-Lab85.7999-11.6740-11.1456

#b1deeb color RGB value is (177,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011110 11101011
Octal 261 336 353
Decimal 177 222 235
Hex B1 DE EB

RGB Percentages of Color #b1deeb

%27.92
%35.02
%37.07

CMYK Percentages of Color #b1deeb

%25
%6
%0
%8

Triadic Colors of #b1deeb

#b1deeb #ebb1de #deebb1

Analogous Colors of #b1deeb

#b1deeb #b1c1eb #b1ebdb

Monochromatic Colors of #b1deeb

#b1deeb

Complementary Color

#b1deeb #ebbeb1

#b1deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1deeb Color CSS Codes

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

#b1deeb Text Font Color

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

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


#b1deeb Background Color

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

This div background color is #b1deeb


#b1deeb Border Color

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

This div border color is #b1deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1deeb


Comments

No comments written yet.

Please login to write comment.