Color Hex Logo

#b9ffda Color Hex

#B9FFDA
(185,255,218)
2 Favorites   0 Comments

Color spaces of #b9ffda

RGB 185255218
HSL0.411.000.86
HSV148°27°100°
CMYK 0.270.000.15   0.00
XYZ68.422586.896279.4961
Yxy86.89620.29140.3701
Hunter Lab93.2181-32.112014.6904
CIE-Lab94.6942-29.014510.7611

#b9ffda color RGB value is (185,255,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111111 11011010
Octal 271 377 332
Decimal 185 255 218
Hex B9 FF DA

RGB Percentages of Color #b9ffda

%28.12
%38.75
%33.13

CMYK Percentages of Color #b9ffda

%27
%0
%15
%0

Triadic Colors of #b9ffda

#b9ffda #dab9ff #ffdab9

Analogous Colors of #b9ffda

#b9ffda #b9fffd #bbffb9

Monochromatic Colors of #b9ffda

#b9ffda

Complementary Color

#b9ffda #ffb9de

#b9ffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9ffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9ffda Color CSS Codes

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

#b9ffda Text Font Color

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

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


#b9ffda Background Color

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

This div background color is #b9ffda


#b9ffda Border Color

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

This div border color is #b9ffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9ffda


Comments

No comments written yet.

Please login to write comment.