Color Hex Logo

#b9fded Color Hex

#B9FDED
(185,253,237)
0 Favorites   0 Comments

Color spaces of #b9fded

RGB 185253237
HSL0.460.940.86
HSV166°27°99°
CMYK 0.270.000.06   0.01
XYZ70.418986.679393.1401
Yxy86.67930.28140.3464
Hunter Lab93.1017-27.91685.8568
CIE-Lab94.6020-24.30060.8381

#b9fded color RGB value is (185,253,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111101 11101101
Octal 271 375 355
Decimal 185 253 237
Hex B9 FD ED

RGB Percentages of Color #b9fded

%27.41
%37.48
%35.11

CMYK Percentages of Color #b9fded

%27
%0
%6
%1

Triadic Colors of #b9fded

#b9fded #edb9fd #fdedb9

Analogous Colors of #b9fded

#b9fded #b9ebfd #b9fdcb

Monochromatic Colors of #b9fded

#b9fded

Complementary Color

#b9fded #fdb9c9

#b9fded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9fded Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9fded Color CSS Codes

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

#b9fded Text Font Color

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

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


#b9fded Background Color

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

This div background color is #b9fded


#b9fded Border Color

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

This div border color is #b9fded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9fded


Comments

No comments written yet.

Please login to write comment.