Color Hex Logo

#b0ffe7 Color Hex

#B0FFE7
(176,255,231)
0 Favorites   0 Comments

Color spaces of #b0ffe7

RGB 176255231
HSL0.451.000.85
HSV162°31°100°
CMYK 0.310.000.09   0.00
XYZ68.088386.519688.7126
Yxy86.51960.27980.3556
Hunter Lab93.0159-32.11468.5641
CIE-Lab94.5341-29.05503.7782

#b0ffe7 color RGB value is (176,255,231).

#b0ffe7 hex color red value is 176, green value is 255 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #b0ffe7 hue: 0.45 , saturation: 1.00 and the lightness value of b0ffe7 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11111111 11100111
Octal 260 377 347
Decimal 176 255 231
Hex B0 FF E7

RGB Percentages of Color #b0ffe7

%26.59
%38.52
%34.89

CMYK Percentages of Color #b0ffe7

%31
%0
%9
%0

Triadic Colors of #b0ffe7

#b0ffe7 #e7b0ff #ffe7b0

Analogous Colors of #b0ffe7

#b0ffe7 #b0f0ff #b0ffc0

Monochromatic Colors of #b0ffe7

#b0ffe7

Complementary Color

#b0ffe7 #ffb0c8

#b0ffe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0ffe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0ffe7 Color CSS Codes

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

#b0ffe7 Text Font Color

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

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


#b0ffe7 Background Color

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

This div background color is #b0ffe7


#b0ffe7 Border Color

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

This div border color is #b0ffe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0ffe7


Comments

No comments written yet.

Please login to write comment.