Color Hex Logo

#b9fdfd Color Hex

#B9FDFD
(185,253,253)
0 Favorites   0 Comments

Color spaces of #b9fdfd

RGB 185253253
HSL0.500.940.86
HSV180°27°99°
CMYK 0.270.000.00   0.01
XYZ72.862587.6567106.0077
Yxy87.65670.27340.3289
Hunter Lab93.6252-24.9288-1.5939
CIE-Lab95.0162-20.9119-6.8165

#b9fdfd color RGB value is (185,253,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111101 11111101
Octal 271 375 375
Decimal 185 253 253
Hex B9 FD FD

RGB Percentages of Color #b9fdfd

%26.77
%36.61
%36.61

CMYK Percentages of Color #b9fdfd

%27
%0
%0
%1

Triadic Colors of #b9fdfd

#b9fdfd #fdb9fd #fdfdb9

Analogous Colors of #b9fdfd

#b9fdfd #b9dbfd #b9fddb

Monochromatic Colors of #b9fdfd

#b9fdfd

Complementary Color

#b9fdfd #fdb9b9

#b9fdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fdfd Color CSS Codes

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

#b9fdfd Text Font Color

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

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


#b9fdfd Background Color

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

This div background color is #b9fdfd


#b9fdfd Border Color

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

This div border color is #b9fdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.