Color Hex Logo

#b9cfbc Color Hex

#B9CFBC
(185,207,188)
0 Favorites   0 Comments

Color spaces of #b9cfbc

RGB 185207188
HSL0.360.190.77
HSV128°11°81°
CMYK 0.110.000.09   0.19
XYZ51.397558.570856.1733
Yxy58.57080.30940.3525
Hunter Lab76.5316-14.052210.0539
CIE-Lab81.0551-10.98776.9306

#b9cfbc color RGB value is (185,207,188).

#b9cfbc hex color red value is 185, green value is 207 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b9cfbc hue: 0.36 , saturation: 0.19 and the lightness value of b9cfbc is 0.77.

The process color (four color CMYK) of #b9cfbc color hex is 0.11, 0.00, 0.09, 0.19. Web safe color of #b9cfbc is #cccccc. Color #b9cfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001111 10111100
Octal 271 317 274
Decimal 185 207 188
Hex B9 CF BC

RGB Percentages of Color #b9cfbc

%31.90
%35.69
%32.41

CMYK Percentages of Color #b9cfbc

%11
%0
%9
%19

Triadic Colors of #b9cfbc

#b9cfbc #bcb9cf #cfbcb9

Analogous Colors of #b9cfbc

#b9cfbc #b9cfc7 #c1cfb9

Monochromatic Colors of #b9cfbc

#b9cfbc

Complementary Color

#b9cfbc #cfb9cc

#b9cfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cfbc Color CSS Codes

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

#b9cfbc Text Font Color

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

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


#b9cfbc Background Color

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

This div background color is #b9cfbc


#b9cfbc Border Color

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

This div border color is #b9cfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cfbc


Comments

No comments written yet.

Please login to write comment.