Color Hex Logo

#b1ddde Color Hex

#B1DDDE
(177,221,222)
0 Favorites   0 Comments

Color spaces of #b1ddde

RGB 177221222
HSL0.500.410.78
HSV181°20°87°
CMYK 0.200.000.00   0.13
XYZ57.172766.333978.8976
Yxy66.33390.28250.3277
Hunter Lab81.4456-17.2275-0.4232
CIE-Lab85.1664-13.9901-5.2130

#b1ddde color RGB value is (177,221,222).

#b1ddde hex color red value is 177, green value is 221 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b1ddde hue: 0.50 , saturation: 0.41 and the lightness value of b1ddde is 0.78.

The process color (four color CMYK) of #b1ddde color hex is 0.20, 0.00, 0.00, 0.13. Web safe color of #b1ddde is #99cccc. Color #b1ddde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011101 11011110
Octal 261 335 336
Decimal 177 221 222
Hex B1 DD DE

RGB Percentages of Color #b1ddde

%28.55
%35.65
%35.81

CMYK Percentages of Color #b1ddde

%20
%0
%0
%13

Triadic Colors of #b1ddde

#b1ddde #deb1dd #dddeb1

Analogous Colors of #b1ddde

#b1ddde #b1c7de #b1dec9

Monochromatic Colors of #b1ddde

#b1ddde

Complementary Color

#b1ddde #deb2b1

#b1ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ddde Color CSS Codes

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

#b1ddde Text Font Color

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

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


#b1ddde Background Color

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

This div background color is #b1ddde


#b1ddde Border Color

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

This div border color is #b1ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ddde


Comments

No comments written yet.

Please login to write comment.