Color Hex Logo

#b3fafd Color Hex

#B3FAFD
(179,250,253)
0 Favorites   0 Comments

Color spaces of #b3fafd

RGB 179250253
HSL0.510.950.85
HSV182°29°99°
CMYK 0.290.010.00   0.01
XYZ70.505685.0468105.6281
Yxy85.04680.26990.3256
Hunter Lab92.2208-24.9178-3.3551
CIE-Lab93.9033-21.1031-8.4985

#b3fafd color RGB value is (179,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11111010 11111101
Octal 263 372 375
Decimal 179 250 253
Hex B3 FA FD

RGB Percentages of Color #b3fafd

%26.25
%36.66
%37.10

CMYK Percentages of Color #b3fafd

%29
%1
%0
%1

Triadic Colors of #b3fafd

#b3fafd #fdb3fa #fafdb3

Analogous Colors of #b3fafd

#b3fafd #b3d5fd #b3fddb

Monochromatic Colors of #b3fafd

#b3fafd

Complementary Color

#b3fafd #fdb6b3

#b3fafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3fafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3fafd Color CSS Codes

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

#b3fafd Text Font Color

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

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


#b3fafd Background Color

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

This div background color is #b3fafd


#b3fafd Border Color

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

This div border color is #b3fafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3fafd

Related Colors


Comments

No comments written yet.

Please login to write comment.