Color Hex Logo

#8bb3db Color Hex

#8BB3DB
(139,179,219)
0 Favorites   0 Comments

Color spaces of #8bb3db

RGB 139179219
HSL0.580.530.70
HSV210°37°86°
CMYK 0.370.180.00   0.14
XYZ39.553742.843673.2028
Yxy42.84360.25420.2753
Hunter Lab65.4550-6.6808-20.4895
CIE-Lab71.4487-3.6384-24.4338

#8bb3db color RGB value is (139,179,219).

#8bb3db hex color red value is 139, green value is 179 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8bb3db hue: 0.58 , saturation: 0.53 and the lightness value of 8bb3db is 0.70.

The process color (four color CMYK) of #8bb3db color hex is 0.37, 0.18, 0.00, 0.14. Web safe color of #8bb3db is #99cccc. Color #8bb3db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10110011 11011011
Octal 213 263 333
Decimal 139 179 219
Hex 8B B3 DB

RGB Percentages of Color #8bb3db

%25.88
%33.33
%40.78

CMYK Percentages of Color #8bb3db

%37
%18
%0
%14

Triadic Colors of #8bb3db

#8bb3db #db8bb3 #b3db8b

Analogous Colors of #8bb3db

#8bb3db #8b8bdb #8bdbdb

Monochromatic Colors of #8bb3db

#8bb3db

Complementary Color

#8bb3db #dbb38b

#8bb3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bb3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bb3db Color CSS Codes

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

#8bb3db Text Font Color

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

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


#8bb3db Background Color

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

This div background color is #8bb3db


#8bb3db Border Color

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

This div border color is #8bb3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bb3db


Comments

No comments written yet.

Please login to write comment.