Color Hex Logo

#b9cdbf Color Hex

#B9CDBF
(185,205,191)
0 Favorites   0 Comments

Color spaces of #b9cdbf

RGB 185205191
HSL0.380.170.76
HSV138°10°80°
CMYK 0.100.000.07   0.20
XYZ51.242957.738557.7341
Yxy57.73850.30740.3463
Hunter Lab75.9859-12.59948.1415
CIE-Lab80.5932-9.40554.6621

#b9cdbf color RGB value is (185,205,191).

#b9cdbf hex color red value is 185, green value is 205 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b9cdbf hue: 0.38 , saturation: 0.17 and the lightness value of b9cdbf is 0.76.

The process color (four color CMYK) of #b9cdbf color hex is 0.10, 0.00, 0.07, 0.20. Web safe color of #b9cdbf is #cccccc. Color #b9cdbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001101 10111111
Octal 271 315 277
Decimal 185 205 191
Hex B9 CD BF

RGB Percentages of Color #b9cdbf

%31.84
%35.28
%32.87

CMYK Percentages of Color #b9cdbf

%10
%0
%7
%20

Triadic Colors of #b9cdbf

#b9cdbf #bfb9cd #cdbfb9

Analogous Colors of #b9cdbf

#b9cdbf #b9cdc9 #bdcdb9

Monochromatic Colors of #b9cdbf

#b9cdbf

Complementary Color

#b9cdbf #cdb9c7

#b9cdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cdbf Color CSS Codes

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

#b9cdbf Text Font Color

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

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


#b9cdbf Background Color

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

This div background color is #b9cdbf


#b9cdbf Border Color

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

This div border color is #b9cdbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,205,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 #b9cdbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cdbf


Comments

No comments written yet.

Please login to write comment.