Color Hex Logo

#8adaac Color Hex

#8ADAAC
(138,218,172)
0 Favorites   0 Comments

Color spaces of #8adaac

RGB 138218172
HSL0.400.520.70
HSV146°37°85°
CMYK 0.370.000.21   0.15
XYZ42.999058.524648.0598
Yxy58.52460.28750.3913
Hunter Lab76.5014-33.548216.3037
CIE-Lab81.0296-34.397015.0143

#8adaac color RGB value is (138,218,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011010 10101100
Octal 212 332 254
Decimal 138 218 172
Hex 8A DA AC

RGB Percentages of Color #8adaac

%26.14
%41.29
%32.58

CMYK Percentages of Color #8adaac

%37
%0
%21
%15

Triadic Colors of #8adaac

#8adaac #ac8ada #daac8a

Analogous Colors of #8adaac

#8adaac #8adad4 #90da8a

Monochromatic Colors of #8adaac

#8adaac

Complementary Color

#8adaac #da8ab8

#8adaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adaac Color CSS Codes

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

#8adaac Text Font Color

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

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


#8adaac Background Color

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

This div background color is #8adaac


#8adaac Border Color

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

This div border color is #8adaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adaac


Comments

No comments written yet.

Please login to write comment.