Color Hex Logo

#8acdab Color Hex

#8ACDAB
(138,205,171)
0 Favorites   0 Comments

Color spaces of #8acdab

RGB 138205171
HSL0.420.400.67
HSV150°33°80°
CMYK 0.330.000.17   0.20
XYZ39.663252.006246.4758
Yxy52.00620.28710.3765
Hunter Lab72.1153-28.027412.2704
CIE-Lab77.2845-28.448810.2491

#8acdab color RGB value is (138,205,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001101 10101011
Octal 212 315 253
Decimal 138 205 171
Hex 8A CD AB

RGB Percentages of Color #8acdab

%26.85
%39.88
%33.27

CMYK Percentages of Color #8acdab

%33
%0
%17
%20

Triadic Colors of #8acdab

#8acdab #ab8acd #cdab8a

Analogous Colors of #8acdab

#8acdab #8acdcd #8bcd8a

Monochromatic Colors of #8acdab

#8acdab

Complementary Color

#8acdab #cd8aac

#8acdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acdab Color CSS Codes

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

#8acdab Text Font Color

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

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


#8acdab Background Color

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

This div background color is #8acdab


#8acdab Border Color

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

This div border color is #8acdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acdab


Comments

No comments written yet.

Please login to write comment.