Color Hex Logo

#b9ffce Color Hex

#B9FFCE
(185,255,206)
0 Favorites   0 Comments

Color spaces of #b9ffce

RGB 185255206
HSL0.381.000.86
HSV138°27°100°
CMYK 0.270.000.19   0.00
XYZ66.908286.290571.5218
Yxy86.29050.29770.3840
Hunter Lab92.8927-33.993219.3751
CIE-Lab94.4364-31.233916.5517

#b9ffce color RGB value is (185,255,206).

#b9ffce hex color red value is 185, green value is 255 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b9ffce hue: 0.38 , saturation: 1.00 and the lightness value of b9ffce is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111111 11001110
Octal 271 377 316
Decimal 185 255 206
Hex B9 FF CE

RGB Percentages of Color #b9ffce

%28.64
%39.47
%31.89

CMYK Percentages of Color #b9ffce

%27
%0
%19
%0

Triadic Colors of #b9ffce

#b9ffce #ceb9ff #ffceb9

Analogous Colors of #b9ffce

#b9ffce #b9fff1 #c7ffb9

Monochromatic Colors of #b9ffce

#b9ffce

Complementary Color

#b9ffce #ffb9ea

#b9ffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ffce Color CSS Codes

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

#b9ffce Text Font Color

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

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


#b9ffce Background Color

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

This div background color is #b9ffce


#b9ffce Border Color

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

This div border color is #b9ffce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,255,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b9ffce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ffce

Related Colors


Comments

No comments written yet.

Please login to write comment.