Color Hex Logo

#8adcab Color Hex

#8ADCAB
(138,220,171)
0 Favorites   0 Comments

Color spaces of #8adcab

RGB 138220171
HSL0.400.540.70
HSV144°37°86°
CMYK 0.370.000.22   0.14
XYZ43.425159.529947.7298
Yxy59.52990.28820.3951
Hunter Lab77.1556-34.558117.3311
CIE-Lab81.5820-35.514516.3161

#8adcab color RGB value is (138,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11011100 10101011
Octal 212 334 253
Decimal 138 220 171
Hex 8A DC AB

RGB Percentages of Color #8adcab

%26.09
%41.59
%32.33

CMYK Percentages of Color #8adcab

%37
%0
%22
%14

Triadic Colors of #8adcab

#8adcab #ab8adc #dcab8a

Analogous Colors of #8adcab

#8adcab #8adcd4 #92dc8a

Monochromatic Colors of #8adcab

#8adcab

Complementary Color

#8adcab #dc8abb

#8adcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8adcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8adcab Color CSS Codes

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

#8adcab Text Font Color

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

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


#8adcab Background Color

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

This div background color is #8adcab


#8adcab Border Color

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

This div border color is #8adcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8adcab


Comments

No comments written yet.

Please login to write comment.