Color Hex Logo

#b9dcbf Color Hex

#B9DCBF
(185,220,191)
0 Favorites   0 Comments

Color spaces of #b9dcbf

RGB 185220191
HSL0.360.330.79
HSV130°16°86°
CMYK 0.160.000.13   0.14
XYZ55.004865.262358.9880
Yxy65.26230.30690.3641
Hunter Lab80.7851-19.837113.2569
CIE-Lab84.6187-17.032810.4392

#b9dcbf color RGB value is (185,220,191).

#b9dcbf hex color red value is 185, green value is 220 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b9dcbf hue: 0.36 , saturation: 0.33 and the lightness value of b9dcbf is 0.79.

The process color (four color CMYK) of #b9dcbf color hex is 0.16, 0.00, 0.13, 0.14. Web safe color of #b9dcbf is #cccccc. Color #b9dcbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011100 10111111
Octal 271 334 277
Decimal 185 220 191
Hex B9 DC BF

RGB Percentages of Color #b9dcbf

%31.04
%36.91
%32.05

CMYK Percentages of Color #b9dcbf

%16
%0
%13
%14

Triadic Colors of #b9dcbf

#b9dcbf #bfb9dc #dcbfb9

Analogous Colors of #b9dcbf

#b9dcbf #b9dcd1 #c5dcb9

Monochromatic Colors of #b9dcbf

#b9dcbf

Complementary Color

#b9dcbf #dcb9d6

#b9dcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dcbf Color CSS Codes

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

#b9dcbf Text Font Color

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

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


#b9dcbf Background Color

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

This div background color is #b9dcbf


#b9dcbf Border Color

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

This div border color is #b9dcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dcbf


Comments

No comments written yet.

Please login to write comment.