Color Hex Logo

#b9cfcb Color Hex

#B9CFCB
(185,207,203)
0 Favorites   0 Comments

Color spaces of #b9cfcb

RGB 185207203
HSL0.470.190.77
HSV169°11°81°
CMYK 0.110.000.02   0.19
XYZ53.099959.251765.1380
Yxy59.25170.29920.3338
Hunter Lab76.9751-11.57153.7101
CIE-Lab81.4298-8.1538-0.5390

#b9cfcb color RGB value is (185,207,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11001111 11001011
Octal 271 317 313
Decimal 185 207 203
Hex B9 CF CB

RGB Percentages of Color #b9cfcb

%31.09
%34.79
%34.12

CMYK Percentages of Color #b9cfcb

%11
%0
%2
%19

Triadic Colors of #b9cfcb

#b9cfcb #cbb9cf #cfcbb9

Analogous Colors of #b9cfcb

#b9cfcb #b9c8cf #b9cfc0

Monochromatic Colors of #b9cfcb

#b9cfcb

Complementary Color

#b9cfcb #cfb9bd

#b9cfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9cfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9cfcb Color CSS Codes

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

#b9cfcb Text Font Color

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

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


#b9cfcb Background Color

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

This div background color is #b9cfcb


#b9cfcb Border Color

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

This div border color is #b9cfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9cfcb


Comments

No comments written yet.

Please login to write comment.