Color Hex Logo

#b9feed Color Hex

#B9FEED
(185,254,237)
0 Favorites   0 Comments

Color spaces of #b9feed

RGB 185254237
HSL0.460.970.86
HSV165°27°100°
CMYK 0.270.000.07   0.00
XYZ70.735587.312393.2456
Yxy87.31230.28150.3475
Hunter Lab93.4411-28.39616.2428
CIE-Lab94.8706-24.78131.2295

#b9feed color RGB value is (185,254,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11111110 11101101
Octal 271 376 355
Decimal 185 254 237
Hex B9 FE ED

RGB Percentages of Color #b9feed

%27.37
%37.57
%35.06

CMYK Percentages of Color #b9feed

%27
%0
%7
%0

Triadic Colors of #b9feed

#b9feed #edb9fe #feedb9

Analogous Colors of #b9feed

#b9feed #b9edfe #b9fecb

Monochromatic Colors of #b9feed

#b9feed

Complementary Color

#b9feed #feb9ca

#b9feed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9feed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9feed Color CSS Codes

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

#b9feed Text Font Color

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

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


#b9feed Background Color

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

This div background color is #b9feed


#b9feed Border Color

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

This div border color is #b9feed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9feed


Comments

No comments written yet.

Please login to write comment.