Color Hex Logo

#b0ecfc Color Hex

#B0ECFC
(176,236,252)
0 Favorites   0 Comments

Color spaces of #b0ecfc

RGB 176236252
HSL0.540.930.84
HSV193°30°99°
CMYK 0.300.060.00   0.01
XYZ65.470676.2493103.3624
Yxy76.24930.26710.3111
Hunter Lab87.3208-18.9774-9.0575
CIE-Lab89.9750-15.2121-13.8456

#b0ecfc color RGB value is (176,236,252).

#b0ecfc hex color red value is 176, green value is 236 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b0ecfc hue: 0.54 , saturation: 0.93 and the lightness value of b0ecfc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 11101100 11111100
Octal 260 354 374
Decimal 176 236 252
Hex B0 EC FC

RGB Percentages of Color #b0ecfc

%26.51
%35.54
%37.95

CMYK Percentages of Color #b0ecfc

%30
%6
%0
%1

Triadic Colors of #b0ecfc

#b0ecfc #fcb0ec #ecfcb0

Analogous Colors of #b0ecfc

#b0ecfc #b0c6fc #b0fce6

Monochromatic Colors of #b0ecfc

#b0ecfc

Complementary Color

#b0ecfc #fcc0b0

#b0ecfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0ecfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0ecfc Color CSS Codes

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

#b0ecfc Text Font Color

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

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


#b0ecfc Background Color

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

This div background color is #b0ecfc


#b0ecfc Border Color

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

This div border color is #b0ecfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0ecfc


Comments

No comments written yet.

Please login to write comment.