Color Hex Logo

#8adfab Color Hex

#8ADFAB
(138,223,171)
0 Favorites   0 Comments

Color spaces of #8adfab

RGB 138223171
HSL0.400.570.71
HSV143°38°87°
CMYK 0.380.000.23   0.13
XYZ44.219661.118947.9946
Yxy61.11890.28840.3986
Hunter Lab78.1786-35.848818.3263
CIE-Lab82.4426-36.889717.5195

#8adfab color RGB value is (138,223,171).

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

The process color (four color CMYK) of #8adfab color hex is 0.38, 0.00, 0.23, 0.13. Web safe color of #8adfab is #99cc99. Color #8adfab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011111 10101011
Octal 212 337 253
Decimal 138 223 171
Hex 8A DF AB

RGB Percentages of Color #8adfab

%25.94
%41.92
%32.14

CMYK Percentages of Color #8adfab

%38
%0
%23
%13

Triadic Colors of #8adfab

#8adfab #ab8adf #dfab8a

Analogous Colors of #8adfab

#8adfab #8adfd6 #94df8a

Monochromatic Colors of #8adfab

#8adfab

Complementary Color

#8adfab #df8abe

#8adfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adfab Color CSS Codes

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

#8adfab Text Font Color

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

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


#8adfab Background Color

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

This div background color is #8adfab


#8adfab Border Color

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

This div border color is #8adfab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,223,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 #8adfab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adfab


Comments

No comments written yet.

Please login to write comment.