Color Hex Logo

#b6ccfa Color Hex

#B6CCFA
(182,204,250)
0 Favorites   0 Comments

Color spaces of #b6ccfa

RGB 182204250
HSL0.610.870.85
HSV221°27°98°
CMYK 0.270.180.00   0.02
XYZ58.139660.032998.9657
Yxy60.03290.26780.2765
Hunter Lab77.4809-1.6499-21.4940
CIE-Lab81.85612.6449-25.0162

#b6ccfa color RGB value is (182,204,250).

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

The process color (four color CMYK) of #b6ccfa color hex is 0.27, 0.18, 0.00, 0.02. Web safe color of #b6ccfa is #ccccff. Color #b6ccfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001100 11111010
Octal 266 314 372
Decimal 182 204 250
Hex B6 CC FA

RGB Percentages of Color #b6ccfa

%28.62
%32.08
%39.31

CMYK Percentages of Color #b6ccfa

%27
%18
%0
%2

Triadic Colors of #b6ccfa

#b6ccfa #fab6cc #ccfab6

Analogous Colors of #b6ccfa

#b6ccfa #c2b6fa #b6eefa

Monochromatic Colors of #b6ccfa

#b6ccfa

Complementary Color

#b6ccfa #fae4b6

#b6ccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6ccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6ccfa Color CSS Codes

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

#b6ccfa Text Font Color

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

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


#b6ccfa Background Color

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

This div background color is #b6ccfa


#b6ccfa Border Color

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

This div border color is #b6ccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6ccfa


Comments

No comments written yet.

Please login to write comment.