Color Hex Logo

#b3c7db Color Hex

#B3C7DB
(179,199,219)
0 Favorites   0 Comments

Color spaces of #b3c7db

RGB 179199219
HSL0.580.360.78
HSV210°18°86°
CMYK 0.180.090.00   0.14
XYZ51.800055.545075.0089
Yxy55.54500.28410.3046
Hunter Lab74.5285-6.3610-7.5022
CIE-Lab79.3542-2.5955-12.2330

#b3c7db color RGB value is (179,199,219).

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

The process color (four color CMYK) of #b3c7db color hex is 0.18, 0.09, 0.00, 0.14. Web safe color of #b3c7db is #cccccc. Color #b3c7db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 11000111 11011011
Octal 263 307 333
Decimal 179 199 219
Hex B3 C7 DB

RGB Percentages of Color #b3c7db

%29.98
%33.33
%36.68

CMYK Percentages of Color #b3c7db

%18
%9
%0
%14

Triadic Colors of #b3c7db

#b3c7db #dbb3c7 #c7dbb3

Analogous Colors of #b3c7db

#b3c7db #b3b3db #b3dbdb

Monochromatic Colors of #b3c7db

#b3c7db

Complementary Color

#b3c7db #dbc7b3

#b3c7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3c7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3c7db Color CSS Codes

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

#b3c7db Text Font Color

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

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


#b3c7db Background Color

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

This div background color is #b3c7db


#b3c7db Border Color

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

This div border color is #b3c7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3c7db


Comments

No comments written yet.

Please login to write comment.