Color Hex Logo

#b3dffa Color Hex

#B3DFFA
(179,223,250)
0 Favorites   0 Comments

Color spaces of #b3dffa

RGB 179223250
HSL0.560.880.84
HSV203°28°98°
CMYK 0.280.110.00   0.02
XYZ62.233469.2612100.5312
Yxy69.26120.26820.2985
Hunter Lab83.2233-12.1606-13.3642
CIE-Lab86.6332-8.2094-17.7959

#b3dffa color RGB value is (179,223,250).

#b3dffa hex color red value is 179, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b3dffa hue: 0.56 , saturation: 0.88 and the lightness value of b3dffa is 0.84.

The process color (four color CMYK) of #b3dffa color hex is 0.28, 0.11, 0.00, 0.02. Web safe color of #b3dffa is #ccccff. Color #b3dffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011111 11111010
Octal 263 337 372
Decimal 179 223 250
Hex B3 DF FA

RGB Percentages of Color #b3dffa

%27.45
%34.20
%38.34

CMYK Percentages of Color #b3dffa

%28
%11
%0
%2

Triadic Colors of #b3dffa

#b3dffa #fab3df #dffab3

Analogous Colors of #b3dffa

#b3dffa #b3bcfa #b3faf2

Monochromatic Colors of #b3dffa

#b3dffa

Complementary Color

#b3dffa #faceb3

#b3dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dffa Color CSS Codes

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

#b3dffa Text Font Color

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

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


#b3dffa Background Color

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

This div background color is #b3dffa


#b3dffa Border Color

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

This div border color is #b3dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dffa


Comments

No comments written yet.

Please login to write comment.