Color Hex Logo

#8adaaa Color Hex

#8ADAAA
(138,218,170)
0 Favorites   0 Comments

Color spaces of #8adaaa

RGB 138218170
HSL0.400.520.70
HSV144°37°85°
CMYK 0.370.000.22   0.15
XYZ42.808358.448447.0556
Yxy58.44840.28860.3941
Hunter Lab76.4516-33.840917.0233
CIE-Lab80.9874-34.783716.0098

#8adaaa color RGB value is (138,218,170).

#8adaaa hex color red value is 138, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8adaaa hue: 0.40 , saturation: 0.52 and the lightness value of 8adaaa is 0.70.

The process color (four color CMYK) of #8adaaa color hex is 0.37, 0.00, 0.22, 0.15. Web safe color of #8adaaa is #99cc99. Color #8adaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 10101010
Octal 212 332 252
Decimal 138 218 170
Hex 8A DA AA

RGB Percentages of Color #8adaaa

%26.24
%41.44
%32.32

CMYK Percentages of Color #8adaaa

%37
%0
%22
%15

Triadic Colors of #8adaaa

#8adaaa #aa8ada #daaa8a

Analogous Colors of #8adaaa

#8adaaa #8adad2 #92da8a

Monochromatic Colors of #8adaaa

#8adaaa

Complementary Color

#8adaaa #da8aba

#8adaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adaaa Color CSS Codes

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

#8adaaa Text Font Color

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

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


#8adaaa Background Color

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

This div background color is #8adaaa


#8adaaa Border Color

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

This div border color is #8adaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adaaa


Comments

No comments written yet.

Please login to write comment.