Color Hex Logo

#b9fecf Color Hex

#B9FECF
(185,254,207)
0 Favorites   0 Comments

Color spaces of #b9fecf

RGB 185254207
HSL0.390.970.86
HSV139°27°100°
CMYK 0.270.000.19   0.00
XYZ66.711985.702972.0577
Yxy85.70290.29720.3818
Hunter Lab92.5759-33.377318.6539
CIE-Lab94.1852-30.586315.6854

#b9fecf color RGB value is (185,254,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111110 11001111
Octal 271 376 317
Decimal 185 254 207
Hex B9 FE CF

RGB Percentages of Color #b9fecf

%28.64
%39.32
%32.04

CMYK Percentages of Color #b9fecf

%27
%0
%19
%0

Triadic Colors of #b9fecf

#b9fecf #cfb9fe #fecfb9

Analogous Colors of #b9fecf

#b9fecf #b9fef2 #c6feb9

Monochromatic Colors of #b9fecf

#b9fecf

Complementary Color

#b9fecf #feb9e8

#b9fecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fecf Color CSS Codes

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

#b9fecf Text Font Color

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

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


#b9fecf Background Color

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

This div background color is #b9fecf


#b9fecf Border Color

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

This div border color is #b9fecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fecf


Comments

No comments written yet.

Please login to write comment.