Color Hex Logo

#8dbbdb Color Hex

#8DBBDB
(141,187,219)
0 Favorites   0 Comments

Color spaces of #8dbbdb

RGB 141187219
HSL0.570.520.71
HSV205°36°86°
CMYK 0.360.150.00   0.14
XYZ41.541046.317873.7686
Yxy46.31780.25700.2866
Hunter Lab68.0572-10.1466-16.6256
CIE-Lab73.7513-7.4134-20.9141

#8dbbdb color RGB value is (141,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111011 11011011
Octal 215 273 333
Decimal 141 187 219
Hex 8D BB DB

RGB Percentages of Color #8dbbdb

%25.78
%34.19
%40.04

CMYK Percentages of Color #8dbbdb

%36
%15
%0
%14

Triadic Colors of #8dbbdb

#8dbbdb #db8dbb #bbdb8d

Analogous Colors of #8dbbdb

#8dbbdb #8d94db #8ddbd4

Monochromatic Colors of #8dbbdb

#8dbbdb

Complementary Color

#8dbbdb #dbad8d

#8dbbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbbdb Color CSS Codes

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

#8dbbdb Text Font Color

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

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


#8dbbdb Background Color

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

This div background color is #8dbbdb


#8dbbdb Border Color

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

This div border color is #8dbbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbbdb


Comments

No comments written yet.

Please login to write comment.