Color Hex Logo

#b9edcf Color Hex

#B9EDCF
(185,237,207)
0 Favorites   0 Comments

Color spaces of #b9edcf

RGB 185237207
HSL0.400.590.83
HSV145°22°93°
CMYK 0.220.000.13   0.07
XYZ61.554375.387770.3385
Yxy75.38770.29700.3637
Hunter Lab86.8261-25.400312.7470
CIE-Lab89.5743-22.47149.1329

#b9edcf color RGB value is (185,237,207).

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

The process color (four color CMYK) of #b9edcf color hex is 0.22, 0.00, 0.13, 0.07. Web safe color of #b9edcf is #ccffcc. Color #b9edcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101101 11001111
Octal 271 355 317
Decimal 185 237 207
Hex B9 ED CF

RGB Percentages of Color #b9edcf

%29.41
%37.68
%32.91

CMYK Percentages of Color #b9edcf

%22
%0
%13
%7

Triadic Colors of #b9edcf

#b9edcf #cfb9ed #edcfb9

Analogous Colors of #b9edcf

#b9edcf #b9ede9 #bdedb9

Monochromatic Colors of #b9edcf

#b9edcf

Complementary Color

#b9edcf #edb9d7

#b9edcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9edcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9edcf Color CSS Codes

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

#b9edcf Text Font Color

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

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


#b9edcf Background Color

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

This div background color is #b9edcf


#b9edcf Border Color

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

This div border color is #b9edcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9edcf


Comments

No comments written yet.

Please login to write comment.