Color Hex Logo

#8fbbdb Color Hex

#8FBBDB
(143,187,219)
0 Favorites   0 Comments

Color spaces of #8fbbdb

RGB 143187219
HSL0.570.510.71
HSV205°35°86°
CMYK 0.350.150.00   0.14
XYZ41.884246.494873.7847
Yxy46.49480.25830.2867
Hunter Lab68.1871-9.6831-16.4263
CIE-Lab73.8655-6.8634-20.7300

#8fbbdb color RGB value is (143,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 10111011 11011011
Octal 217 273 333
Decimal 143 187 219
Hex 8F BB DB

RGB Percentages of Color #8fbbdb

%26.05
%34.06
%39.89

CMYK Percentages of Color #8fbbdb

%35
%15
%0
%14

Triadic Colors of #8fbbdb

#8fbbdb #db8fbb #bbdb8f

Analogous Colors of #8fbbdb

#8fbbdb #8f95db #8fdbd5

Monochromatic Colors of #8fbbdb

#8fbbdb

Complementary Color

#8fbbdb #dbaf8f

#8fbbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fbbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fbbdb Color CSS Codes

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

#8fbbdb Text Font Color

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

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


#8fbbdb Background Color

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

This div background color is #8fbbdb


#8fbbdb Border Color

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

This div border color is #8fbbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fbbdb

#8fbbdb Color Palettes


Comments

No comments written yet.

Please login to write comment.