Color Hex Logo

#b0efff Color Hex

#B0EFFF
(176,239,255)
0 Favorites   0 Comments

Color spaces of #b0efff

RGB 176239255
HSL0.531.000.85
HSV192°31°100°
CMYK 0.310.060.00   0.00
XYZ66.821078.1831106.1768
Yxy78.18310.26600.3113
Hunter Lab88.4212-19.8425-9.3010
CIE-Lab90.8634-16.0262-14.0819

#b0efff color RGB value is (176,239,255).

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

The process color (four color CMYK) of #b0efff color hex is 0.31, 0.06, 0.00, 0.00. Web safe color of #b0efff is #99ffff. Color #b0efff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101111 11111111
Octal 260 357 377
Decimal 176 239 255
Hex B0 EF FF

RGB Percentages of Color #b0efff

%26.27
%35.67
%38.06

CMYK Percentages of Color #b0efff

%31
%6
%0
%0

Triadic Colors of #b0efff

#b0efff #ffb0ef #efffb0

Analogous Colors of #b0efff

#b0efff #b0c8ff #b0ffe8

Monochromatic Colors of #b0efff

#b0efff

Complementary Color

#b0efff #ffc0b0

#b0efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0efff Color CSS Codes

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

#b0efff Text Font Color

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

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


#b0efff Background Color

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

This div background color is #b0efff


#b0efff Border Color

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

This div border color is #b0efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0efff


Comments

No comments written yet.

Please login to write comment.