Color Hex Logo

#b3dcfb Color Hex

#B3DCFB
(179,220,251)
0 Favorites   0 Comments

Color spaces of #b3dcfb

RGB 179220251
HSL0.570.900.84
HSV206°29°98°
CMYK 0.290.120.00   0.02
XYZ61.596267.7351101.0945
Yxy67.73510.26730.2940
Hunter Lab82.3013-10.4339-15.2177
CIE-Lab85.8738-6.4230-19.4683

#b3dcfb color RGB value is (179,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011100 11111011
Octal 263 334 373
Decimal 179 220 251
Hex B3 DC FB

RGB Percentages of Color #b3dcfb

%27.54
%33.85
%38.62

CMYK Percentages of Color #b3dcfb

%29
%12
%0
%2

Triadic Colors of #b3dcfb

#b3dcfb #fbb3dc #dcfbb3

Analogous Colors of #b3dcfb

#b3dcfb #b3b8fb #b3fbf6

Monochromatic Colors of #b3dcfb

#b3dcfb

Complementary Color

#b3dcfb #fbd2b3

#b3dcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dcfb Color CSS Codes

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

#b3dcfb Text Font Color

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

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


#b3dcfb Background Color

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

This div background color is #b3dcfb


#b3dcfb Border Color

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

This div border color is #b3dcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dcfb


Comments

No comments written yet.

Please login to write comment.