Color Hex Logo

#8dadbd Color Hex

#8DADBD
(141,173,189)
0 Favorites   0 Comments

Color spaces of #8dadbd

RGB 141173189
HSL0.560.270.65
HSV200°25°74°
CMYK 0.250.080.00   0.26
XYZ35.113439.224053.8644
Yxy39.22400.27390.3060
Hunter Lab62.6291-9.5237-7.1523
CIE-Lab68.9132-7.2363-11.7751

#8dadbd color RGB value is (141,173,189).

#8dadbd hex color red value is 141, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8dadbd hue: 0.56 , saturation: 0.27 and the lightness value of 8dadbd is 0.65.

The process color (four color CMYK) of #8dadbd color hex is 0.25, 0.08, 0.00, 0.26. Web safe color of #8dadbd is #9999cc. Color #8dadbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101101 10111101
Octal 215 255 275
Decimal 141 173 189
Hex 8D AD BD

RGB Percentages of Color #8dadbd

%28.03
%34.39
%37.57

CMYK Percentages of Color #8dadbd

%25
%8
%0
%26

Triadic Colors of #8dadbd

#8dadbd #bd8dad #adbd8d

Analogous Colors of #8dadbd

#8dadbd #8d95bd #8dbdb5

Monochromatic Colors of #8dadbd

#8dadbd

Complementary Color

#8dadbd #bd9d8d

#8dadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dadbd Color CSS Codes

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

#8dadbd Text Font Color

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

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


#8dadbd Background Color

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

This div background color is #8dadbd


#8dadbd Border Color

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

This div border color is #8dadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dadbd


Comments

No comments written yet.

Please login to write comment.