Color Hex Logo

#b0feed Color Hex

#B0FEED
(176,254,237)
0 Favorites   0 Comments

Color spaces of #b0feed

RGB 176254237
HSL0.460.980.84
HSV167°31°100°
CMYK 0.310.000.07   0.00
XYZ68.632486.228293.1472
Yxy86.22820.27670.3477
Hunter Lab92.8591-30.57375.5275
CIE-Lab94.4098-27.33100.5019

#b0feed color RGB value is (176,254,237).

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

The process color (four color CMYK) of #b0feed color hex is 0.31, 0.00, 0.07, 0.00. Web safe color of #b0feed is #99ffff. Color #b0feed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111110 11101101
Octal 260 376 355
Decimal 176 254 237
Hex B0 FE ED

RGB Percentages of Color #b0feed

%26.39
%38.08
%35.53

CMYK Percentages of Color #b0feed

%31
%0
%7
%0

Triadic Colors of #b0feed

#b0feed #edb0fe #feedb0

Analogous Colors of #b0feed

#b0feed #b0e8fe #b0fec6

Monochromatic Colors of #b0feed

#b0feed

Complementary Color

#b0feed #feb0c1

#b0feed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0feed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0feed Color CSS Codes

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

#b0feed Text Font Color

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

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


#b0feed Background Color

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

This div background color is #b0feed


#b0feed Border Color

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

This div border color is #b0feed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0feed

Related Colors


Comments

No comments written yet.

Please login to write comment.