Color Hex Logo

#b3defb Color Hex

#B3DEFB
(179,222,251)
0 Favorites   0 Comments

Color spaces of #b3defb

RGB 179222251
HSL0.570.900.84
HSV204°29°98°
CMYK 0.290.120.00   0.02
XYZ62.124368.7913101.2705
Yxy68.79130.26760.2963
Hunter Lab82.9405-11.4454-14.3348
CIE-Lab86.4006-7.4605-18.6732

#b3defb color RGB value is (179,222,251).

#b3defb hex color red value is 179, green value is 222 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b3defb hue: 0.57 , saturation: 0.90 and the lightness value of b3defb is 0.84.

The process color (four color CMYK) of #b3defb color hex is 0.29, 0.12, 0.00, 0.02. Web safe color of #b3defb is #ccccff. Color #b3defb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011110 11111011
Octal 263 336 373
Decimal 179 222 251
Hex B3 DE FB

RGB Percentages of Color #b3defb

%27.45
%34.05
%38.50

CMYK Percentages of Color #b3defb

%29
%12
%0
%2

Triadic Colors of #b3defb

#b3defb #fbb3de #defbb3

Analogous Colors of #b3defb

#b3defb #b3bafb #b3fbf4

Monochromatic Colors of #b3defb

#b3defb

Complementary Color

#b3defb #fbd0b3

#b3defb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3defb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3defb Color CSS Codes

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

#b3defb Text Font Color

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

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


#b3defb Background Color

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

This div background color is #b3defb


#b3defb Border Color

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

This div border color is #b3defb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3defb


Comments

No comments written yet.

Please login to write comment.