Color Hex Logo

#8accae Color Hex

#8ACCAE
(138,204,174)
0 Favorites   0 Comments

Color spaces of #8accae

RGB 138204174
HSL0.420.390.67
HSV153°32°80°
CMYK 0.320.000.15   0.20
XYZ39.714151.645047.9197
Yxy51.64500.28510.3708
Hunter Lab71.8645-27.119210.7702
CIE-Lab77.0681-27.35608.3323

#8accae color RGB value is (138,204,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001100 10101110
Octal 212 314 256
Decimal 138 204 174
Hex 8A CC AE

RGB Percentages of Color #8accae

%26.74
%39.53
%33.72

CMYK Percentages of Color #8accae

%32
%0
%15
%20

Triadic Colors of #8accae

#8accae #ae8acc #ccae8a

Analogous Colors of #8accae

#8accae #8ac9cc #8acc8d

Monochromatic Colors of #8accae

#8accae

Complementary Color

#8accae #cc8aa8

#8accae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8accae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8accae Color CSS Codes

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

#8accae Text Font Color

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

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


#8accae Background Color

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

This div background color is #8accae


#8accae Border Color

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

This div border color is #8accae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8accae


Comments

No comments written yet.

Please login to write comment.