Color Hex Logo

#b3c7fb Color Hex

#B3C7FB
(179,199,251)
0 Favorites   0 Comments

Color spaces of #b3c7fb

RGB 179199251
HSL0.620.900.84
HSV223°29°98°
CMYK 0.290.210.00   0.02
XYZ56.426457.395699.3713
Yxy57.39560.26470.2692
Hunter Lab75.75990.3680-24.7365
CIE-Lab80.40164.7036-27.7882

#b3c7fb color RGB value is (179,199,251).

#b3c7fb hex color red value is 179, green value is 199 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b3c7fb hue: 0.62 , saturation: 0.90 and the lightness value of b3c7fb is 0.84.

The process color (four color CMYK) of #b3c7fb color hex is 0.29, 0.21, 0.00, 0.02. Web safe color of #b3c7fb is #ccccff. Color #b3c7fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11000111 11111011
Octal 263 307 373
Decimal 179 199 251
Hex B3 C7 FB

RGB Percentages of Color #b3c7fb

%28.46
%31.64
%39.90

CMYK Percentages of Color #b3c7fb

%29
%21
%0
%2

Triadic Colors of #b3c7fb

#b3c7fb #fbb3c7 #c7fbb3

Analogous Colors of #b3c7fb

#b3c7fb #c3b3fb #b3ebfb

Monochromatic Colors of #b3c7fb

#b3c7fb

Complementary Color

#b3c7fb #fbe7b3

#b3c7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3c7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3c7fb Color CSS Codes

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

#b3c7fb Text Font Color

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

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


#b3c7fb Background Color

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

This div background color is #b3c7fb


#b3c7fb Border Color

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

This div border color is #b3c7fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,199,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3c7fb


Comments

No comments written yet.

Please login to write comment.