Color Hex Logo

#b0efc8 Color Hex

#B0EFC8
(176,239,200)
0 Favorites   0 Comments

Color spaces of #b0efc8

RGB 176239200
HSL0.400.660.81
HSV143°26°94°
CMYK 0.260.000.16   0.06
XYZ59.196375.133266.0258
Yxy75.13320.29550.3750
Hunter Lab86.6794-29.785315.5130
CIE-Lab89.4554-27.554612.5361

#b0efc8 color RGB value is (176,239,200).

#b0efc8 hex color red value is 176, green value is 239 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #b0efc8 hue: 0.40 , saturation: 0.66 and the lightness value of b0efc8 is 0.81.

The process color (four color CMYK) of #b0efc8 color hex is 0.26, 0.00, 0.16, 0.06. Web safe color of #b0efc8 is #99ffcc. Color #b0efc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101111 11001000
Octal 260 357 310
Decimal 176 239 200
Hex B0 EF C8

RGB Percentages of Color #b0efc8

%28.62
%38.86
%32.52

CMYK Percentages of Color #b0efc8

%26
%0
%16
%6

Triadic Colors of #b0efc8

#b0efc8 #c8b0ef #efc8b0

Analogous Colors of #b0efc8

#b0efc8 #b0efe8 #b8efb0

Monochromatic Colors of #b0efc8

#b0efc8

Complementary Color

#b0efc8 #efb0d7

#b0efc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0efc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0efc8 Color CSS Codes

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

#b0efc8 Text Font Color

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

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


#b0efc8 Background Color

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

This div background color is #b0efc8


#b0efc8 Border Color

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

This div border color is #b0efc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0efc8


Comments

No comments written yet.

Please login to write comment.