Color Hex Logo

#b3fcfe Color Hex

#B3FCFE
(179,252,254)
0 Favorites   0 Comments

Color spaces of #b3fcfe

RGB 179252254
HSL0.500.970.85
HSV182°30°100°
CMYK 0.300.010.00   0.00
XYZ71.290286.3603106.6777
Yxy86.36030.26970.3267
Hunter Lab92.9302-25.6940-3.0098
CIE-Lab94.4662-21.8567-8.1816

#b3fcfe color RGB value is (179,252,254).

#b3fcfe hex color red value is 179, green value is 252 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b3fcfe hue: 0.50 , saturation: 0.97 and the lightness value of b3fcfe is 0.85.

The process color (four color CMYK) of #b3fcfe color hex is 0.30, 0.01, 0.00, 0.00. Web safe color of #b3fcfe is #ccffff. Color #b3fcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11111100 11111110
Octal 263 374 376
Decimal 179 252 254
Hex B3 FC FE

RGB Percentages of Color #b3fcfe

%26.13
%36.79
%37.08

CMYK Percentages of Color #b3fcfe

%30
%1
%0
%0

Triadic Colors of #b3fcfe

#b3fcfe #feb3fc #fcfeb3

Analogous Colors of #b3fcfe

#b3fcfe #b3d7fe #b3fedb

Monochromatic Colors of #b3fcfe

#b3fcfe

Complementary Color

#b3fcfe #feb5b3

#b3fcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3fcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3fcfe Color CSS Codes

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

#b3fcfe Text Font Color

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

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


#b3fcfe Background Color

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

This div background color is #b3fcfe


#b3fcfe Border Color

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

This div border color is #b3fcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3fcfe


Comments

No comments written yet.

Please login to write comment.