Color Hex Logo

#b3ccfa Color Hex

#B3CCFA
(179,204,250)
0 Favorites   0 Comments

Color spaces of #b3ccfa

RGB 179204250
HSL0.610.880.84
HSV219°28°98°
CMYK 0.280.180.00   0.02
XYZ57.438659.671698.9329
Yxy59.67160.26590.2762
Hunter Lab77.2474-2.4563-21.8612
CIE-Lab81.65941.7800-25.3339

#b3ccfa color RGB value is (179,204,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11001100 11111010
Octal 263 314 372
Decimal 179 204 250
Hex B3 CC FA

RGB Percentages of Color #b3ccfa

%28.28
%32.23
%39.49

CMYK Percentages of Color #b3ccfa

%28
%18
%0
%2

Triadic Colors of #b3ccfa

#b3ccfa #fab3cc #ccfab3

Analogous Colors of #b3ccfa

#b3ccfa #beb3fa #b3f0fa

Monochromatic Colors of #b3ccfa

#b3ccfa

Complementary Color

#b3ccfa #fae1b3

#b3ccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3ccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3ccfa Color CSS Codes

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

#b3ccfa Text Font Color

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

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


#b3ccfa Background Color

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

This div background color is #b3ccfa


#b3ccfa Border Color

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

This div border color is #b3ccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3ccfa


Comments

No comments written yet.

Please login to write comment.