Color Hex Logo

#b3dbff Color Hex

#B3DBFF
(179,219,255)
0 Favorites   0 Comments

Color spaces of #b3dbff

RGB 179219255
HSL0.581.000.85
HSV208°30°100°
CMYK 0.300.140.00   0.00
XYZ61.971967.4667104.3639
Yxy67.46670.26510.2886
Hunter Lab82.1381-9.0663-17.8366
CIE-Lab85.7391-4.9643-21.7817

#b3dbff color RGB value is (179,219,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 11011011 11111111
Octal 263 333 377
Decimal 179 219 255
Hex B3 DB FF

RGB Percentages of Color #b3dbff

%27.41
%33.54
%39.05

CMYK Percentages of Color #b3dbff

%30
%14
%0
%0

Triadic Colors of #b3dbff

#b3dbff #ffb3db #dbffb3

Analogous Colors of #b3dbff

#b3dbff #b3b5ff #b3fffd

Monochromatic Colors of #b3dbff

#b3dbff

Complementary Color

#b3dbff #ffd7b3

#b3dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3dbff Color CSS Codes

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

#b3dbff Text Font Color

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

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


#b3dbff Background Color

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

This div background color is #b3dbff


#b3dbff Border Color

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

This div border color is #b3dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3dbff


Comments

No comments written yet.

Please login to write comment.