Color Hex Logo

#b6cafa Color Hex

#B6CAFA
(182,202,250)
0 Favorites   0 Comments

Color spaces of #b6cafa

RGB 182202250
HSL0.620.870.85
HSV222°27°98°
CMYK 0.270.190.00   0.02
XYZ57.667359.088398.8083
Yxy59.08830.26750.2741
Hunter Lab76.8689-0.6093-22.4039
CIE-Lab81.34013.7164-25.8030

#b6cafa color RGB value is (182,202,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11001010 11111010
Octal 266 312 372
Decimal 182 202 250
Hex B6 CA FA

RGB Percentages of Color #b6cafa

%28.71
%31.86
%39.43

CMYK Percentages of Color #b6cafa

%27
%19
%0
%2

Triadic Colors of #b6cafa

#b6cafa #fab6ca #cafab6

Analogous Colors of #b6cafa

#b6cafa #c4b6fa #b6ecfa

Monochromatic Colors of #b6cafa

#b6cafa

Complementary Color

#b6cafa #fae6b6

#b6cafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6cafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6cafa Color CSS Codes

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

#b6cafa Text Font Color

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

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


#b6cafa Background Color

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

This div background color is #b6cafa


#b6cafa Border Color

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

This div border color is #b6cafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6cafa


Comments

No comments written yet.

Please login to write comment.