Color Hex Logo

#b2fcfe Color Hex

#B2FCFE
(178,252,254)
0 Favorites   0 Comments

Color spaces of #b2fcfe

RGB 178252254
HSL0.500.970.85
HSV182°30°100°
CMYK 0.300.010.00   0.00
XYZ71.059986.2415106.6670
Yxy86.24150.26920.3267
Hunter Lab92.8663-25.9305-3.0946
CIE-Lab94.4155-22.1280-8.2623

#b2fcfe color RGB value is (178,252,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 11111100 11111110
Octal 262 374 376
Decimal 178 252 254
Hex B2 FC FE

RGB Percentages of Color #b2fcfe

%26.02
%36.84
%37.13

CMYK Percentages of Color #b2fcfe

%30
%1
%0
%0

Triadic Colors of #b2fcfe

#b2fcfe #feb2fc #fcfeb2

Analogous Colors of #b2fcfe

#b2fcfe #b2d6fe #b2feda

Monochromatic Colors of #b2fcfe

#b2fcfe

Complementary Color

#b2fcfe #feb4b2

#b2fcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2fcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2fcfe Color CSS Codes

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

#b2fcfe Text Font Color

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

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


#b2fcfe Background Color

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

This div background color is #b2fcfe


#b2fcfe Border Color

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

This div border color is #b2fcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2fcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.