Color Hex Logo

#b9efcf Color Hex

#B9EFCF
(185,239,207)
0 Favorites   0 Comments

Color spaces of #b9efcf

RGB 185239207
HSL0.400.630.83
HSV144°23°94°
CMYK 0.230.000.13   0.06
XYZ62.136676.552370.5326
Yxy76.55230.29700.3659
Hunter Lab87.4942-26.347713.4498
CIE-Lab90.1152-23.44299.9065

#b9efcf color RGB value is (185,239,207).

#b9efcf hex color red value is 185, green value is 239 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b9efcf hue: 0.40 , saturation: 0.63 and the lightness value of b9efcf is 0.83.

The process color (four color CMYK) of #b9efcf color hex is 0.23, 0.00, 0.13, 0.06. Web safe color of #b9efcf is #ccffcc. Color #b9efcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101111 11001111
Octal 271 357 317
Decimal 185 239 207
Hex B9 EF CF

RGB Percentages of Color #b9efcf

%29.32
%37.88
%32.81

CMYK Percentages of Color #b9efcf

%23
%0
%13
%6

Triadic Colors of #b9efcf

#b9efcf #cfb9ef #efcfb9

Analogous Colors of #b9efcf

#b9efcf #b9efea #beefb9

Monochromatic Colors of #b9efcf

#b9efcf

Complementary Color

#b9efcf #efb9d9

#b9efcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9efcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9efcf Color CSS Codes

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

#b9efcf Text Font Color

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

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


#b9efcf Background Color

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

This div background color is #b9efcf


#b9efcf Border Color

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

This div border color is #b9efcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9efcf


Comments

No comments written yet.

Please login to write comment.