Color Hex Logo

#b3feff Color Hex

#B3FEFF
(179,254,255)
0 Favorites   0 Comments

Color spaces of #b3feff

RGB 179254255
HSL0.501.000.85
HSV181°30°100°
CMYK 0.300.000.00   0.00
XYZ72.082287.6873107.7340
Yxy87.68730.26950.3278
Hunter Lab93.6415-26.4691-2.6638
CIE-Lab95.0291-22.6070-7.8645

#b3feff color RGB value is (179,254,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11111110 11111111
Octal 263 376 377
Decimal 179 254 255
Hex B3 FE FF

RGB Percentages of Color #b3feff

%26.02
%36.92
%37.06

CMYK Percentages of Color #b3feff

%30
%0
%0
%0

Triadic Colors of #b3feff

#b3feff #ffb3fe #feffb3

Analogous Colors of #b3feff

#b3feff #b3d8ff #b3ffda

Monochromatic Colors of #b3feff

#b3feff

Complementary Color

#b3feff #ffb4b3

#b3feff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3feff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3feff Color CSS Codes

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

#b3feff Text Font Color

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

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


#b3feff Background Color

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

This div background color is #b3feff


#b3feff Border Color

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

This div border color is #b3feff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3feff

Related Colors


Comments

No comments written yet.

Please login to write comment.