Color Hex Logo

#8acdac Color Hex

#8ACDAC
(138,205,172)
0 Favorites   0 Comments

Color spaces of #8acdac

RGB 138205172
HSL0.420.400.67
HSV150°33°80°
CMYK 0.330.000.16   0.20
XYZ39.758952.044546.9798
Yxy52.04450.28650.3750
Hunter Lab72.1419-27.873211.8888
CIE-Lab77.3074-28.24729.7462

#8acdac color RGB value is (138,205,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001101 10101100
Octal 212 315 254
Decimal 138 205 172
Hex 8A CD AC

RGB Percentages of Color #8acdac

%26.80
%39.81
%33.40

CMYK Percentages of Color #8acdac

%33
%0
%16
%20

Triadic Colors of #8acdac

#8acdac #ac8acd #cdac8a

Analogous Colors of #8acdac

#8acdac #8acdcd #8acd8b

Monochromatic Colors of #8acdac

#8acdac

Complementary Color

#8acdac #cd8aab

#8acdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acdac Color CSS Codes

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

#8acdac Text Font Color

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

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


#8acdac Background Color

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

This div background color is #8acdac


#8acdac Border Color

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

This div border color is #8acdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acdac


Comments

No comments written yet.

Please login to write comment.