Color Hex Logo

#b2fcff Color Hex

#B2FCFF
(178,252,255)
1 Favorites   0 Comments

Color spaces of #b2fcff

RGB 178252255
HSL0.511.000.85
HSV182°30°100°
CMYK 0.300.010.00   0.00
XYZ71.220586.3058107.5127
Yxy86.30580.26870.3256
Hunter Lab92.9009-25.7334-3.5847
CIE-Lab94.4429-21.9046-8.7386

#b2fcff color RGB value is (178,252,255).

#b2fcff hex color red value is 178, green value is 252 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b2fcff hue: 0.51 , saturation: 1.00 and the lightness value of b2fcff is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111100 11111111
Octal 262 374 377
Decimal 178 252 255
Hex B2 FC FF

RGB Percentages of Color #b2fcff

%25.99
%36.79
%37.23

CMYK Percentages of Color #b2fcff

%30
%1
%0
%0

Triadic Colors of #b2fcff

#b2fcff #ffb2fc #fcffb2

Analogous Colors of #b2fcff

#b2fcff #b2d6ff #b2ffdc

Monochromatic Colors of #b2fcff

#b2fcff

Complementary Color

#b2fcff #ffb5b2

#b2fcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2fcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2fcff Color CSS Codes

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

#b2fcff Text Font Color

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

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


#b2fcff Background Color

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

This div background color is #b2fcff


#b2fcff Border Color

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

This div border color is #b2fcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2fcff

#b2fcff Color Palettes


Comments

No comments written yet.

Please login to write comment.