Color Hex Logo

#8dbade Color Hex

#8DBADE
(141,186,222)
0 Favorites   0 Comments

Color spaces of #8dbade

RGB 141186222
HSL0.570.550.71
HSV207°36°87°
CMYK 0.360.160.00   0.13
XYZ41.728246.054575.7973
Yxy46.05450.25510.2815
Hunter Lab67.8635-9.0042-18.7171
CIE-Lab73.5809-6.1098-22.8036

#8dbade color RGB value is (141,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001101 10111010 11011110
Octal 215 272 336
Decimal 141 186 222
Hex 8D BA DE

RGB Percentages of Color #8dbade

%25.68
%33.88
%40.44

CMYK Percentages of Color #8dbade

%36
%16
%0
%13

Triadic Colors of #8dbade

#8dbade #de8dba #bade8d

Analogous Colors of #8dbade

#8dbade #8d92de #8ddeda

Monochromatic Colors of #8dbade

#8dbade

Complementary Color

#8dbade #deb18d

#8dbade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dbade Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dbade Color CSS Codes

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

#8dbade Text Font Color

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

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


#8dbade Background Color

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

This div background color is #8dbade


#8dbade Border Color

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

This div border color is #8dbade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dbade


Comments

No comments written yet.

Please login to write comment.