Color Hex Logo

#b1ccfa Color Hex

#B1CCFA
(177,204,250)
0 Favorites   0 Comments

Color spaces of #b1ccfa

RGB 177204250
HSL0.610.880.84
HSV218°29°98°
CMYK 0.290.180.00   0.02
XYZ56.979659.435098.9114
Yxy59.43500.26460.2760
Hunter Lab77.0941-2.9868-22.1029
CIE-Lab81.53011.2081-25.5428

#b1ccfa color RGB value is (177,204,250).

#b1ccfa hex color red value is 177, green value is 204 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b1ccfa hue: 0.61 , saturation: 0.88 and the lightness value of b1ccfa is 0.84.

The process color (four color CMYK) of #b1ccfa color hex is 0.29, 0.18, 0.00, 0.02. Web safe color of #b1ccfa is #99ccff. Color #b1ccfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001100 11111010
Octal 261 314 372
Decimal 177 204 250
Hex B1 CC FA

RGB Percentages of Color #b1ccfa

%28.05
%32.33
%39.62

CMYK Percentages of Color #b1ccfa

%29
%18
%0
%2

Triadic Colors of #b1ccfa

#b1ccfa #fab1cc #ccfab1

Analogous Colors of #b1ccfa

#b1ccfa #bbb1fa #b1f1fa

Monochromatic Colors of #b1ccfa

#b1ccfa

Complementary Color

#b1ccfa #fadfb1

#b1ccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ccfa Color CSS Codes

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

#b1ccfa Text Font Color

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

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


#b1ccfa Background Color

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

This div background color is #b1ccfa


#b1ccfa Border Color

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

This div border color is #b1ccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ccfa

Related Colors


Comments

No comments written yet.

Please login to write comment.