Color Hex Logo

#b9fccf Color Hex

#B9FCCF
(185,252,207)
0 Favorites   0 Comments

Color spaces of #b9fccf

RGB 185252207
HSL0.390.920.86
HSV140°27°99°
CMYK 0.270.000.18   0.01
XYZ66.080584.440171.8472
Yxy84.44010.29720.3797
Hunter Lab91.8913-32.447617.9667
CIE-Lab93.6413-29.648414.9176

#b9fccf color RGB value is (185,252,207).

#b9fccf hex color red value is 185, green value is 252 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b9fccf hue: 0.39 , saturation: 0.92 and the lightness value of b9fccf is 0.86.

The process color (four color CMYK) of #b9fccf color hex is 0.27, 0.00, 0.18, 0.01. Web safe color of #b9fccf is #ccffcc. Color #b9fccf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111100 11001111
Octal 271 374 317
Decimal 185 252 207
Hex B9 FC CF

RGB Percentages of Color #b9fccf

%28.73
%39.13
%32.14

CMYK Percentages of Color #b9fccf

%27
%0
%18
%1

Triadic Colors of #b9fccf

#b9fccf #cfb9fc #fccfb9

Analogous Colors of #b9fccf

#b9fccf #b9fcf1 #c5fcb9

Monochromatic Colors of #b9fccf

#b9fccf

Complementary Color

#b9fccf #fcb9e6

#b9fccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fccf Color CSS Codes

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

#b9fccf Text Font Color

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

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


#b9fccf Background Color

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

This div background color is #b9fccf


#b9fccf Border Color

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

This div border color is #b9fccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fccf


Comments

No comments written yet.

Please login to write comment.