Color Hex Logo

#b1cedf Color Hex

#B1CEDF
(177,206,223)
0 Favorites   0 Comments

Color spaces of #b1cedf

RGB 177206223
HSL0.560.420.78
HSV202°21°87°
CMYK 0.210.080.00   0.13
XYZ53.522158.817478.3440
Yxy58.81740.28070.3085
Hunter Lab76.6925-9.6404-6.8820
CIE-Lab81.1911-6.0367-11.6458

#b1cedf color RGB value is (177,206,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001110 11011111
Octal 261 316 337
Decimal 177 206 223
Hex B1 CE DF

RGB Percentages of Color #b1cedf

%29.21
%33.99
%36.80

CMYK Percentages of Color #b1cedf

%21
%8
%0
%13

Triadic Colors of #b1cedf

#b1cedf #dfb1ce #cedfb1

Analogous Colors of #b1cedf

#b1cedf #b1b7df #b1dfd9

Monochromatic Colors of #b1cedf

#b1cedf

Complementary Color

#b1cedf #dfc2b1

#b1cedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cedf Color CSS Codes

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

#b1cedf Text Font Color

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

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


#b1cedf Background Color

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

This div background color is #b1cedf


#b1cedf Border Color

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

This div border color is #b1cedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cedf


Comments

No comments written yet.

Please login to write comment.