Color Hex Logo

#b9fdda Color Hex

#B9FDDA
(185,253,218)
0 Favorites   0 Comments

Color spaces of #b9fdda

RGB 185253218
HSL0.410.940.86
HSV149°27°99°
CMYK 0.270.000.14   0.01
XYZ67.787885.626879.2845
Yxy85.62680.29130.3680
Hunter Lab92.5348-31.172813.9742
CIE-Lab94.1526-28.06979.9872

#b9fdda color RGB value is (185,253,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111101 11011010
Octal 271 375 332
Decimal 185 253 218
Hex B9 FD DA

RGB Percentages of Color #b9fdda

%28.20
%38.57
%33.23

CMYK Percentages of Color #b9fdda

%27
%0
%14
%1

Triadic Colors of #b9fdda

#b9fdda #dab9fd #fddab9

Analogous Colors of #b9fdda

#b9fdda #b9fdfc #bafdb9

Monochromatic Colors of #b9fdda

#b9fdda

Complementary Color

#b9fdda #fdb9dc

#b9fdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fdda Color CSS Codes

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

#b9fdda Text Font Color

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

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


#b9fdda Background Color

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

This div background color is #b9fdda


#b9fdda Border Color

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

This div border color is #b9fdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fdda

Related Colors


Comments

No comments written yet.

Please login to write comment.