Color Hex Logo

#8abdcd Color Hex

#8ABDCD
(138,189,205)
0 Favorites   0 Comments

Color spaces of #8abdcd

RGB 138189205
HSL0.540.400.67
HSV194°33°80°
CMYK 0.330.080.00   0.20
XYZ39.698346.206264.5840
Yxy46.20620.26380.3070
Hunter Lab67.9751-14.7104-8.7495
CIE-Lab73.6791-12.7980-13.4230

#8abdcd color RGB value is (138,189,205).

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

The process color (four color CMYK) of #8abdcd color hex is 0.33, 0.08, 0.00, 0.20. Web safe color of #8abdcd is #99cccc. Color #8abdcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111101 11001101
Octal 212 275 315
Decimal 138 189 205
Hex 8A BD CD

RGB Percentages of Color #8abdcd

%25.94
%35.53
%38.53

CMYK Percentages of Color #8abdcd

%33
%8
%0
%20

Triadic Colors of #8abdcd

#8abdcd #cd8abd #bdcd8a

Analogous Colors of #8abdcd

#8abdcd #8a9ccd #8acdbc

Monochromatic Colors of #8abdcd

#8abdcd

Complementary Color

#8abdcd #cd9a8a

#8abdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abdcd Color CSS Codes

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

#8abdcd Text Font Color

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

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


#8abdcd Background Color

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

This div background color is #8abdcd


#8abdcd Border Color

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

This div border color is #8abdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abdcd


Comments

No comments written yet.

Please login to write comment.