Color Hex Logo

#8dbbdf Color Hex

#8DBBDF
(141,187,223)
0 Favorites   0 Comments

Color spaces of #8dbbdf

RGB 141187223
HSL0.570.560.71
HSV206°37°87°
CMYK 0.370.160.00   0.13
XYZ42.074146.531176.5759
Yxy46.53110.25470.2817
Hunter Lab68.2137-9.2755-18.8087
CIE-Lab73.8888-6.3900-22.8775

#8dbbdf color RGB value is (141,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111011 11011111
Octal 215 273 337
Decimal 141 187 223
Hex 8D BB DF

RGB Percentages of Color #8dbbdf

%25.59
%33.94
%40.47

CMYK Percentages of Color #8dbbdf

%37
%16
%0
%13

Triadic Colors of #8dbbdf

#8dbbdf #df8dbb #bbdf8d

Analogous Colors of #8dbbdf

#8dbbdf #8d92df #8ddfda

Monochromatic Colors of #8dbbdf

#8dbbdf

Complementary Color

#8dbbdf #dfb18d

#8dbbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbbdf Color CSS Codes

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

#8dbbdf Text Font Color

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

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


#8dbbdf Background Color

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

This div background color is #8dbbdf


#8dbbdf Border Color

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

This div border color is #8dbbdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,187,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbbdf


Comments

No comments written yet.

Please login to write comment.