Color Hex Logo

#8aadcd Color Hex

#8AADCD
(138,173,205)
0 Favorites   0 Comments

Color spaces of #8aadcd

RGB 138173205
HSL0.580.400.67
HSV209°33°80°
CMYK 0.330.160.00   0.20
XYZ36.444239.698263.4993
Yxy39.69820.26100.2843
Hunter Lab63.0065-7.0135-15.6492
CIE-Lab69.2540-4.2290-20.1064

#8aadcd color RGB value is (138,173,205).

#8aadcd hex color red value is 138, green value is 173 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8aadcd hue: 0.58 , saturation: 0.40 and the lightness value of 8aadcd is 0.67.

The process color (four color CMYK) of #8aadcd color hex is 0.33, 0.16, 0.00, 0.20. Web safe color of #8aadcd is #9999cc. Color #8aadcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101101 11001101
Octal 212 255 315
Decimal 138 173 205
Hex 8A AD CD

RGB Percentages of Color #8aadcd

%26.74
%33.53
%39.73

CMYK Percentages of Color #8aadcd

%33
%16
%0
%20

Triadic Colors of #8aadcd

#8aadcd #cd8aad #adcd8a

Analogous Colors of #8aadcd

#8aadcd #8a8ccd #8acdcc

Monochromatic Colors of #8aadcd

#8aadcd

Complementary Color

#8aadcd #cdaa8a

#8aadcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aadcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aadcd Color CSS Codes

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

#8aadcd Text Font Color

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

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


#8aadcd Background Color

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

This div background color is #8aadcd


#8aadcd Border Color

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

This div border color is #8aadcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aadcd


Comments

No comments written yet.

Please login to write comment.