Color Hex Logo

#b1ecfc Color Hex

#B1ECFC
(177,236,252)
0 Favorites   0 Comments

Color spaces of #b1ecfc

RGB 177236252
HSL0.540.930.84
HSV193°30°99°
CMYK 0.300.060.00   0.01
XYZ65.697676.3663103.3730
Yxy76.36630.26770.3111
Hunter Lab87.3878-18.7335-8.9640
CIE-Lab90.0291-14.9359-13.7589

#b1ecfc color RGB value is (177,236,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11101100 11111100
Octal 261 354 374
Decimal 177 236 252
Hex B1 EC FC

RGB Percentages of Color #b1ecfc

%26.62
%35.49
%37.89

CMYK Percentages of Color #b1ecfc

%30
%6
%0
%1

Triadic Colors of #b1ecfc

#b1ecfc #fcb1ec #ecfcb1

Analogous Colors of #b1ecfc

#b1ecfc #b1c7fc #b1fce7

Monochromatic Colors of #b1ecfc

#b1ecfc

Complementary Color

#b1ecfc #fcc1b1

#b1ecfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ecfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ecfc Color CSS Codes

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

#b1ecfc Text Font Color

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

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


#b1ecfc Background Color

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

This div background color is #b1ecfc


#b1ecfc Border Color

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

This div border color is #b1ecfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,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 #b1ecfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ecfc

Related Colors


Comments

No comments written yet.

Please login to write comment.