Color Hex Logo

#8acdae Color Hex

#8ACDAE
(138,205,174)
0 Favorites   0 Comments

Color spaces of #8acdae

RGB 138205174
HSL0.420.400.67
HSV152°33°80°
CMYK 0.330.000.15   0.20
XYZ39.952552.121947.9992
Yxy52.12190.28520.3721
Hunter Lab72.1955-27.561411.1179
CIE-Lab77.3537-27.84058.7406

#8acdae color RGB value is (138,205,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001101 10101110
Octal 212 315 256
Decimal 138 205 174
Hex 8A CD AE

RGB Percentages of Color #8acdae

%26.69
%39.65
%33.66

CMYK Percentages of Color #8acdae

%33
%0
%15
%20

Triadic Colors of #8acdae

#8acdae #ae8acd #cdae8a

Analogous Colors of #8acdae

#8acdae #8acbcd #8acd8d

Monochromatic Colors of #8acdae

#8acdae

Complementary Color

#8acdae #cd8aa9

#8acdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acdae Color CSS Codes

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

#8acdae Text Font Color

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

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


#8acdae Background Color

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

This div background color is #8acdae


#8acdae Border Color

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

This div border color is #8acdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acdae


Comments

No comments written yet.

Please login to write comment.