Color Hex Logo

#8ad9cc Color Hex

#8AD9CC
(138,217,204)
1 Favorites   0 Comments

Color spaces of #8ad9cc

RGB 138217204
HSL0.470.510.70
HSV170°36°85°
CMYK 0.360.000.06   0.15
XYZ46.193259.388666.1553
Yxy59.38860.26900.3458
Hunter Lab77.0640-27.86673.0475
CIE-Lab81.5047-27.1668-1.2825

#8ad9cc color RGB value is (138,217,204).

#8ad9cc hex color red value is 138, green value is 217 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8ad9cc hue: 0.47 , saturation: 0.51 and the lightness value of 8ad9cc is 0.70.

The process color (four color CMYK) of #8ad9cc color hex is 0.36, 0.00, 0.06, 0.15. Web safe color of #8ad9cc is #99cccc. Color #8ad9cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011001 11001100
Octal 212 331 314
Decimal 138 217 204
Hex 8A D9 CC

RGB Percentages of Color #8ad9cc

%24.69
%38.82
%36.49

CMYK Percentages of Color #8ad9cc

%36
%0
%6
%15

Triadic Colors of #8ad9cc

#8ad9cc #cc8ad9 #d9cc8a

Analogous Colors of #8ad9cc

#8ad9cc #8abfd9 #8ad9a5

Monochromatic Colors of #8ad9cc

#8ad9cc

Complementary Color

#8ad9cc #d98a97

#8ad9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad9cc Color CSS Codes

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

#8ad9cc Text Font Color

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

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


#8ad9cc Background Color

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

This div background color is #8ad9cc


#8ad9cc Border Color

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

This div border color is #8ad9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad9cc


Comments

No comments written yet.

Please login to write comment.