Color Hex Logo

#b9ebcf Color Hex

#B9EBCF
(185,235,207)
0 Favorites   0 Comments

Color spaces of #b9ebcf

RGB 185235207
HSL0.410.560.82
HSV146°21°92°
CMYK 0.210.000.12   0.08
XYZ60.978474.235970.1466
Yxy74.23590.29690.3615
Hunter Lab86.1603-24.450212.0418
CIE-Lab89.0339-21.49538.3585

#b9ebcf color RGB value is (185,235,207).

#b9ebcf hex color red value is 185, green value is 235 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b9ebcf hue: 0.41 , saturation: 0.56 and the lightness value of b9ebcf is 0.82.

The process color (four color CMYK) of #b9ebcf color hex is 0.21, 0.00, 0.12, 0.08. Web safe color of #b9ebcf is #ccffcc. Color #b9ebcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11101011 11001111
Octal 271 353 317
Decimal 185 235 207
Hex B9 EB CF

RGB Percentages of Color #b9ebcf

%29.51
%37.48
%33.01

CMYK Percentages of Color #b9ebcf

%21
%0
%12
%8

Triadic Colors of #b9ebcf

#b9ebcf #cfb9eb #ebcfb9

Analogous Colors of #b9ebcf

#b9ebcf #b9ebe8 #bcebb9

Monochromatic Colors of #b9ebcf

#b9ebcf

Complementary Color

#b9ebcf #ebb9d5

#b9ebcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ebcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ebcf Color CSS Codes

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

#b9ebcf Text Font Color

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

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


#b9ebcf Background Color

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

This div background color is #b9ebcf


#b9ebcf Border Color

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

This div border color is #b9ebcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ebcf


Comments

No comments written yet.

Please login to write comment.