Color Hex Logo

#b1cedb Color Hex

#B1CEDB
(177,206,219)
0 Favorites   0 Comments

Color spaces of #b1cedb

RGB 177206219
HSL0.550.370.78
HSV199°19°86°
CMYK 0.190.060.00   0.14
XYZ52.989058.604275.5368
Yxy58.60420.28320.3132
Hunter Lab76.5534-10.4136-4.9153
CIE-Lab81.0735-6.9054-9.6819

#b1cedb color RGB value is (177,206,219).

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

The process color (four color CMYK) of #b1cedb color hex is 0.19, 0.06, 0.00, 0.14. Web safe color of #b1cedb is #99cccc. Color #b1cedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001110 11011011
Octal 261 316 333
Decimal 177 206 219
Hex B1 CE DB

RGB Percentages of Color #b1cedb

%29.40
%34.22
%36.38

CMYK Percentages of Color #b1cedb

%19
%6
%0
%14

Triadic Colors of #b1cedb

#b1cedb #dbb1ce #cedbb1

Analogous Colors of #b1cedb

#b1cedb #b1b9db #b1dbd3

Monochromatic Colors of #b1cedb

#b1cedb

Complementary Color

#b1cedb #dbbeb1

#b1cedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cedb Color CSS Codes

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

#b1cedb Text Font Color

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

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


#b1cedb Background Color

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

This div background color is #b1cedb


#b1cedb Border Color

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

This div border color is #b1cedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cedb

#b1cedb Color Palettes


Comments

No comments written yet.

Please login to write comment.