Color Hex Logo

#b0effd Color Hex

#B0EFFD
(176,239,253)
0 Favorites   0 Comments

Color spaces of #b0effd

RGB 176239253
HSL0.530.950.84
HSV191°30°99°
CMYK 0.300.060.00   0.01
XYZ66.500678.0550104.4897
Yxy78.05500.26700.3134
Hunter Lab88.3487-20.2523-8.2779
CIE-Lab90.8050-16.4862-13.1265

#b0effd color RGB value is (176,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101111 11111101
Octal 260 357 375
Decimal 176 239 253
Hex B0 EF FD

RGB Percentages of Color #b0effd

%26.35
%35.78
%37.87

CMYK Percentages of Color #b0effd

%30
%6
%0
%1

Triadic Colors of #b0effd

#b0effd #fdb0ef #effdb0

Analogous Colors of #b0effd

#b0effd #b0c9fd #b0fde5

Monochromatic Colors of #b0effd

#b0effd

Complementary Color

#b0effd #fdbeb0

#b0effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0effd Color CSS Codes

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

#b0effd Text Font Color

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

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


#b0effd Background Color

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

This div background color is #b0effd


#b0effd Border Color

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

This div border color is #b0effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0effd


Comments

No comments written yet.

Please login to write comment.