Color Hex Logo

#8aaccc Color Hex

#8AACCC
(138,172,204)
0 Favorites   0 Comments

Color spaces of #8aaccc

RGB 138172204
HSL0.580.390.67
HSV209°32°80°
CMYK 0.320.160.00   0.20
XYZ36.132839.268062.8018
Yxy39.26800.26140.2841
Hunter Lab62.6642-6.7374-15.5553
CIE-Lab68.9450-3.9343-20.0252

#8aaccc color RGB value is (138,172,204).

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

The process color (four color CMYK) of #8aaccc color hex is 0.32, 0.16, 0.00, 0.20. Web safe color of #8aaccc is #9999cc. Color #8aaccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101100 11001100
Octal 212 254 314
Decimal 138 172 204
Hex 8A AC CC

RGB Percentages of Color #8aaccc

%26.85
%33.46
%39.69

CMYK Percentages of Color #8aaccc

%32
%16
%0
%20

Triadic Colors of #8aaccc

#8aaccc #cc8aac #accc8a

Analogous Colors of #8aaccc

#8aaccc #8a8bcc #8acccb

Monochromatic Colors of #8aaccc

#8aaccc

Complementary Color

#8aaccc #ccaa8a

#8aaccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aaccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aaccc Color CSS Codes

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

#8aaccc Text Font Color

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

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


#8aaccc Background Color

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

This div background color is #8aaccc


#8aaccc Border Color

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

This div border color is #8aaccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aaccc


Comments

No comments written yet.

Please login to write comment.