Color Hex Logo

#b3fbfd Color Hex

#B3FBFD
(179,251,253)
0 Favorites   0 Comments

Color spaces of #b3fbfd

RGB 179251253
HSL0.500.950.85
HSV182°29°99°
CMYK 0.290.010.00   0.01
XYZ70.817285.6699105.7320
Yxy85.66990.27010.3267
Hunter Lab92.5580-25.4042-2.9382
CIE-Lab94.1710-21.5914-8.1017

#b3fbfd color RGB value is (179,251,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11111011 11111101
Octal 263 373 375
Decimal 179 251 253
Hex B3 FB FD

RGB Percentages of Color #b3fbfd

%26.21
%36.75
%37.04

CMYK Percentages of Color #b3fbfd

%29
%1
%0
%1

Triadic Colors of #b3fbfd

#b3fbfd #fdb3fb #fbfdb3

Analogous Colors of #b3fbfd

#b3fbfd #b3d6fd #b3fdda

Monochromatic Colors of #b3fbfd

#b3fbfd

Complementary Color

#b3fbfd #fdb5b3

#b3fbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3fbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3fbfd Color CSS Codes

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

#b3fbfd Text Font Color

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

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


#b3fbfd Background Color

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

This div background color is #b3fbfd


#b3fbfd Border Color

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

This div border color is #b3fbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3fbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.