Color Hex Logo

#b0efcc Color Hex

#B0EFCC
(176,239,204)
0 Favorites   0 Comments

Color spaces of #b0efcc

RGB 176239204
HSL0.410.660.81
HSV147°26°94°
CMYK 0.260.000.15   0.06
XYZ59.670175.322768.5205
Yxy75.32270.29320.3701
Hunter Lab86.7887-29.155413.9420
CIE-Lab89.5439-26.800310.5831

#b0efcc color RGB value is (176,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101111 11001100
Octal 260 357 314
Decimal 176 239 204
Hex B0 EF CC

RGB Percentages of Color #b0efcc

%28.43
%38.61
%32.96

CMYK Percentages of Color #b0efcc

%26
%0
%15
%6

Triadic Colors of #b0efcc

#b0efcc #ccb0ef #efccb0

Analogous Colors of #b0efcc

#b0efcc #b0efec #b4efb0

Monochromatic Colors of #b0efcc

#b0efcc

Complementary Color

#b0efcc #efb0d3

#b0efcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0efcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0efcc Color CSS Codes

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

#b0efcc Text Font Color

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

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


#b0efcc Background Color

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

This div background color is #b0efcc


#b0efcc Border Color

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

This div border color is #b0efcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0efcc


Comments

No comments written yet.

Please login to write comment.