Color Hex Logo

#8adbab Color Hex

#8ADBAB
(138,219,171)
0 Favorites   0 Comments

Color spaces of #8adbab

RGB 138219171
HSL0.400.530.70
HSV144°37°86°
CMYK 0.370.000.22   0.14
XYZ43.163459.006647.6425
Yxy59.00660.28810.3939
Hunter Lab76.8158-34.127016.9983
CIE-Lab81.2952-35.053515.9144

#8adbab color RGB value is (138,219,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011011 10101011
Octal 212 333 253
Decimal 138 219 171
Hex 8A DB AB

RGB Percentages of Color #8adbab

%26.14
%41.48
%32.39

CMYK Percentages of Color #8adbab

%37
%0
%22
%14

Triadic Colors of #8adbab

#8adbab #ab8adb #dbab8a

Analogous Colors of #8adbab

#8adbab #8adbd4 #92db8a

Monochromatic Colors of #8adbab

#8adbab

Complementary Color

#8adbab #db8aba

#8adbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adbab Color CSS Codes

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

#8adbab Text Font Color

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

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


#8adbab Background Color

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

This div background color is #8adbab


#8adbab Border Color

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

This div border color is #8adbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adbab


Comments

No comments written yet.

Please login to write comment.