Color Hex Logo

#b1dccf Color Hex

#B1DCCF
(177,220,207)
0 Favorites   0 Comments

Color spaces of #b1dccf

RGB 177220207
HSL0.450.380.78
HSV162°20°86°
CMYK 0.200.000.06   0.14
XYZ54.987165.038568.6870
Yxy65.03850.29140.3446
Hunter Lab80.6465-19.42485.9549
CIE-Lab84.5036-16.58121.7541

#b1dccf color RGB value is (177,220,207).

#b1dccf hex color red value is 177, green value is 220 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b1dccf hue: 0.45 , saturation: 0.38 and the lightness value of b1dccf is 0.78.

The process color (four color CMYK) of #b1dccf color hex is 0.20, 0.00, 0.06, 0.14. Web safe color of #b1dccf is #99cccc. Color #b1dccf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011100 11001111
Octal 261 334 317
Decimal 177 220 207
Hex B1 DC CF

RGB Percentages of Color #b1dccf

%29.30
%36.42
%34.27

CMYK Percentages of Color #b1dccf

%20
%0
%6
%14

Triadic Colors of #b1dccf

#b1dccf #cfb1dc #dccfb1

Analogous Colors of #b1dccf

#b1dccf #b1d4dc #b1dcba

Monochromatic Colors of #b1dccf

#b1dccf

Complementary Color

#b1dccf #dcb1be

#b1dccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dccf Color CSS Codes

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

#b1dccf Text Font Color

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

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


#b1dccf Background Color

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

This div background color is #b1dccf


#b1dccf Border Color

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

This div border color is #b1dccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dccf


Comments

No comments written yet.

Please login to write comment.