Color Hex Logo

#8fbadb Color Hex

#8FBADB
(143,186,219)
0 Favorites   0 Comments

Color spaces of #8fbadb

RGB 143186219
HSL0.570.510.71
HSV206°35°86°
CMYK 0.350.150.00   0.14
XYZ41.672846.071973.7142
Yxy46.07190.25810.2853
Hunter Lab67.8763-9.1930-16.8760
CIE-Lab73.5922-6.3267-21.1452

#8fbadb color RGB value is (143,186,219).

#8fbadb hex color red value is 143, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8fbadb hue: 0.57 , saturation: 0.51 and the lightness value of 8fbadb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111010 11011011
Octal 217 272 333
Decimal 143 186 219
Hex 8F BA DB

RGB Percentages of Color #8fbadb

%26.09
%33.94
%39.96

CMYK Percentages of Color #8fbadb

%35
%15
%0
%14

Triadic Colors of #8fbadb

#8fbadb #db8fba #badb8f

Analogous Colors of #8fbadb

#8fbadb #8f94db #8fdbd6

Monochromatic Colors of #8fbadb

#8fbadb

Complementary Color

#8fbadb #dbb08f

#8fbadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbadb Color CSS Codes

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

#8fbadb Text Font Color

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

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


#8fbadb Background Color

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

This div background color is #8fbadb


#8fbadb Border Color

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

This div border color is #8fbadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbadb


Comments

No comments written yet.

Please login to write comment.