Color Hex Logo

#8adaaf Color Hex

#8ADAAF
(138,218,175)
0 Favorites   0 Comments

Color spaces of #8adaaf

RGB 138218175
HSL0.410.520.70
HSV148°37°85°
CMYK 0.370.000.20   0.15
XYZ43.290558.641249.5947
Yxy58.64120.28570.3870
Hunter Lab76.5775-33.101815.2057
CIE-Lab81.0940-33.809213.5212

#8adaaf color RGB value is (138,218,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 10101111
Octal 212 332 257
Decimal 138 218 175
Hex 8A DA AF

RGB Percentages of Color #8adaaf

%25.99
%41.05
%32.96

CMYK Percentages of Color #8adaaf

%37
%0
%20
%15

Triadic Colors of #8adaaf

#8adaaf #af8ada #daaf8a

Analogous Colors of #8adaaf

#8adaaf #8adad7 #8dda8a

Monochromatic Colors of #8adaaf

#8adaaf

Complementary Color

#8adaaf #da8ab5

#8adaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adaaf Color CSS Codes

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

#8adaaf Text Font Color

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

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


#8adaaf Background Color

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

This div background color is #8adaaf


#8adaaf Border Color

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

This div border color is #8adaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adaaf


Comments

No comments written yet.

Please login to write comment.